-
- Downloads
fix: update repos to .git
Showing
- copyable.go 1 addition, 1 deletioncopyable.go
- go.mod 3 additions, 3 deletionsgo.mod
- go.sum 6 additions, 10 deletionsgo.sum
- http-handler.go 1 addition, 1 deletionhttp-handler.go
- import.go 1 addition, 1 deletionimport.go
- nix/config/release.nix 3 additions, 3 deletionsnix/config/release.nix
- settings.go 1 addition, 1 deletionsettings.go
- watch.go 1 addition, 1 deletionwatch.go
... | ... | @@ -12,9 +12,9 @@ require ( |
github.com/r3labs/diff/v3 v3.0.1 | ||
github.com/stretchr/testify v1.9.0 | ||
github.com/vmihailenco/msgpack/v5 v5.4.1 | ||
gitlab.schukai.com/oss/libraries/go/network/http-negotiation v1.3.3 | ||
gitlab.schukai.com/oss/libraries/go/utilities/pathfinder v0.9.4 | ||
gitlab.schukai.com/oss/libraries/go/utilities/watch v0.4.1 | ||
gitlab.schukai.com/oss/libraries/go/network/http-negotiation.git v1.3.4 | ||
gitlab.schukai.com/oss/libraries/go/utilities/pathfinder.git v0.9.5 | ||
gitlab.schukai.com/oss/libraries/go/utilities/watch.git v0.4.2 | ||
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 | ||
gopkg.in/yaml.v3 v3.0.1 | ||
) | ||
... | ... |
Please register or sign in to comment