Skip to content

Commit

Permalink
Handling Kind and update go.mod for support to slice
Browse files Browse the repository at this point in the history
Signed-off-by: Eswar Rajan Subramanian <[email protected]>
  • Loading branch information
seswarrajan committed Nov 23, 2022
1 parent 25b8cff commit 30f176d
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 114 deletions.
15 changes: 8 additions & 7 deletions src/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/accuknox/auto-policy-discovery/src

go 1.17
go 1.18

replace (
github.com/miekg/dns => github.com/cilium/dns v1.1.4-0.20190417235132-8e25ec9a0ff3
Expand All @@ -23,6 +23,7 @@ require (
github.com/spf13/viper v1.10.1
github.com/stretchr/testify v1.7.0
go.mongodb.org/mongo-driver v1.7.4
golang.org/x/exp v0.0.0-20221114191408-850992195362
google.golang.org/grpc v1.46.0
google.golang.org/protobuf v1.28.0
gopkg.in/natefinch/lumberjack.v2 v2.0.0
Expand Down Expand Up @@ -108,13 +109,13 @@ require (
github.com/spf13/pflag v1.0.5 // indirect
github.com/subosito/gotenv v1.2.0 // indirect
go.uber.org/atomic v1.7.0 // indirect
golang.org/x/crypto v0.0.0-20211202192323-5770296d904e // indirect
golang.org/x/net v0.0.0-20211209124913-491a49abca63 // indirect
golang.org/x/crypto v0.1.0 // indirect
golang.org/x/net v0.1.0 // indirect
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
golang.org/x/sys v0.1.0 // indirect
golang.org/x/term v0.1.0 // indirect
golang.org/x/text v0.4.0 // indirect
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
Expand Down
Loading

0 comments on commit 30f176d

Please sign in to comment.