-
- Downloads
fix: update go libs #10
Showing
- .gitlab-ci.yml 0 additions, 10 deletions.gitlab-ci.yml
- CONTRIBUTING.md 58 additions, 0 deletionsCONTRIBUTING.md
- LICENSE 3 additions, 3 deletionsLICENSE
- Taskfile.yml 10 additions, 5 deletionsTaskfile.yml
- devenv.nix 215 additions, 138 deletionsdevenv.nix
- go.mod 4 additions, 4 deletionsgo.mod
- go.sum 8 additions, 0 deletionsgo.sum
CONTRIBUTING.md
0 → 100644
... | ... | @@ -12,15 +12,15 @@ require ( |
gitlab.schukai.com/oss/libraries/go/network/http-negotiation v1.3.1 | ||
gitlab.schukai.com/oss/libraries/go/utilities/pathfinder v0.9.1 | ||
gitlab.schukai.com/oss/libraries/go/utilities/watch v0.3.0 | ||
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 | ||
golang.org/x/exp v0.0.0-20231006140011-7918f672742d | ||
gopkg.in/yaml.v3 v3.0.1 | ||
) | ||
require ( | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/fsnotify/fsnotify v1.6.0 // indirect | ||
github.com/fsnotify/fsnotify v1.7.0 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect | ||
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect | ||
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect | ||
golang.org/x/sys v0.12.0 // indirect | ||
golang.org/x/sys v0.13.0 // indirect | ||
) |
Please register or sign in to comment