Skip to content

Commit

Permalink
Updated go.mod file with necessary dependencies to improve functionality
Browse files Browse the repository at this point in the history
Signed-off-by: UdayMadhav88 <[email protected]>
  • Loading branch information
UdayMadhav88 committed May 1, 2024
1 parent c0386a4 commit e57963c
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 59 deletions.
38 changes: 24 additions & 14 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,31 @@ go 1.14

require (
github.com/ardielle/ardielle-go v1.5.2
github.com/cenkalti/backoff v2.2.1+incompatible
github.com/fsnotify/fsnotify v1.4.9
github.com/google/go-cmp v0.4.0
github.com/imdario/mergo v0.3.7 // indirect
github.com/mash/go-accesslog v1.2.0
github.com/cenkalti/backoff/v4 v4.3.0
github.com/fsnotify/fsnotify v1.7.0
github.com/gogo/protobuf v1.3.2 // indirect
github.com/google/go-cmp v0.6.0
github.com/google/gofuzz v1.2.0 // indirect
github.com/googleapis/gnostic v0.5.5 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/imdario/mergo v0.3.16 // indirect
github.com/json-iterator/go v1.1.10 // indirect
github.com/mash/go-accesslog v1.3.0
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.4.2
github.com/stretchr/testify v1.5.1
github.com/tevino/abool v0.0.0-20170917061928-9b9efcf221b5
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.7.0
github.com/tevino/abool v1.2.0
github.com/yahoo/athenz v1.9.30
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0
k8s.io/api v0.19.15
k8s.io/apimachinery v0.19.15
k8s.io/client-go v0.19.15
k8s.io/klog/v2 v2.2.0 // indirect
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
google.golang.org/appengine v1.6.6 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.2.1
k8s.io/api v0.20.0-alpha.0
k8s.io/apimachinery v0.20.0-alpha.0
k8s.io/client-go v0.20.0-alpha.0
k8s.io/klog/v2 v2.3.0
k8s.io/kube-openapi v0.0.0-20200805222855-6aeccd4b50c6 // indirect
k8s.io/utils v0.0.0-20200729134348-d5654de09c73 // indirect
)
Loading

0 comments on commit e57963c

Please sign in to comment.