Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/triton-io/triton
go 1.16

require (
github.com/gin-gonic/gin v1.6.3
github.com/golang/protobuf v1.4.3
github.com/gin-gonic/gin v1.9.0
github.com/golang/protobuf v1.5.0
github.com/grpc-ecosystem/go-grpc-middleware v1.0.1-0.20190118093823-f849b5445de4
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
github.com/lestrrat-go/strftime v1.0.5 // indirect
Expand All @@ -16,11 +16,9 @@ require (
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.7.1
go.uber.org/automaxprocs v1.4.0
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect
golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
google.golang.org/grpc v1.40.0
google.golang.org/protobuf v1.25.0
google.golang.org/protobuf v1.28.1
k8s.io/api v0.18.6
k8s.io/apimachinery v0.18.6
k8s.io/client-go v0.18.6
Expand Down
Loading