Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit a355f3a

Browse files
committed
Add dependenies and licensing info
1 parent cc67fa4 commit a355f3a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ For reference, take a look at the implementation
8080
of existing fluent assertions in this repository
8181
(for example [comparable.go](f/comparable.go)).
8282

83+
### Supported Go versions
84+
85+
Minimal supported Go version is 1.18.
86+
8387
## Contributing
8488

8589
Feel free to create an issue or propose a pull request.
@@ -91,3 +95,11 @@ to execute the build pipeline.
9195

9296
The repository contains confiugration for
9397
[Visual Studio Code](https://code.visualstudio.com/).
98+
99+
## License
100+
101+
**fluentassert** is licensed under the terms of [the MIT license](LICENSE).
102+
103+
[`github.com/google/go-cmp`](https://github.com/google/go-cmp)
104+
(license: [BSD-3-Clause](https://pkg.go.dev/github.com/google/go-cmp/cmp?tab=licenses))
105+
is the only [third-party dependency](go.mod).

0 commit comments

Comments
 (0)