-
- Downloads
fix: update go libs #4
Showing
- .gitlab-ci.yml 0 additions, 10 deletions.gitlab-ci.yml
- CONTRIBUTING.md 58 additions, 0 deletionsCONTRIBUTING.md
- LICENSE 11 additions, 659 deletionsLICENSE
- Taskfile.yml 10 additions, 5 deletionsTaskfile.yml
- devenv.lock 12 additions, 12 deletionsdevenv.lock
- devenv.nix 215 additions, 138 deletionsdevenv.nix
- go.mod 2 additions, 2 deletionsgo.mod
- go.sum 4 additions, 0 deletionsgo.sum
- hash.go 3 additions, 1 deletionhash.go
CONTRIBUTING.md
0 → 100644
This diff is collapsed.
... | ... | @@ -3,7 +3,7 @@ module gitlab.schukai.com/oss/libraries/go/utilities/watch |
go 1.20 | ||
require ( | ||
github.com/fsnotify/fsnotify v1.6.0 | ||
github.com/fsnotify/fsnotify v1.7.0 | ||
github.com/stretchr/testify v1.8.4 | ||
gopkg.in/fsnotify.v1 v1.4.7 | ||
... | ... | @@ -12,6 +12,6 @@ require ( |
require ( | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
golang.org/x/sys v0.12.0 // indirect | ||
golang.org/x/sys v0.13.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
Please register or sign in to comment