Skip to content

Commit

Permalink
Update go.mod and go.sum
Browse files Browse the repository at this point in the history
  • Loading branch information
savnadya committed Feb 22, 2024
1 parent b775be6 commit 8401986
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 73 deletions.
8 changes: 3 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ go 1.20
require (
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.4.0
github.com/deckarep/golang-set/v2 v2.3.1
github.com/go-ldap/ldap/v3 v3.4.6
github.com/google/go-cmp v0.6.0
github.com/jessevdk/go-flags v1.5.0
github.com/microsoft/kiota-abstractions-go v1.3.0
Expand All @@ -13,7 +14,9 @@ require (
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.8.4
github.com/testcontainers/testcontainers-go v0.28.0
github.com/testcontainers/testcontainers-go/modules/openldap v0.28.0
go.uber.org/zap v1.26.0
go.ytsaurus.tech/library/go/ptr v0.0.1
go.ytsaurus.tech/yt/go v0.0.13
gopkg.in/yaml.v3 v3.0.1
k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5
Expand All @@ -36,13 +39,11 @@ require (
github.com/cpuguy83/dockercfg v0.3.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/distribution/reference v0.5.0 // indirect
github.com/docker/distribution v2.8.2+incompatible // indirect
github.com/docker/docker v25.0.2+incompatible // indirect
github.com/docker/go-connections v0.5.0 // indirect
github.com/docker/go-units v0.5.0 // indirect
github.com/felixge/httpsnoop v1.0.3 // indirect
github.com/go-asn1-ber/asn1-ber v1.5.5 // indirect
github.com/go-ldap/ldap/v3 v3.4.6 // indirect
github.com/go-logr/logr v1.2.4 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
Expand Down Expand Up @@ -72,7 +73,6 @@ require (
github.com/morikuni/aec v1.0.0 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.1.0-rc5 // indirect
github.com/opencontainers/runc v1.1.5 // indirect
github.com/opentracing/opentracing-go v1.2.0 // indirect
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect
Expand All @@ -82,7 +82,6 @@ require (
github.com/shoenig/go-m1cpu v0.1.6 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/std-uritemplate/std-uritemplate/go v0.0.42 // indirect
github.com/testcontainers/testcontainers-go/modules/openldap v0.28.0 // indirect
github.com/tklauser/go-sysconf v0.3.12 // indirect
github.com/tklauser/numcpus v0.6.1 // indirect
github.com/yusufpapurcu/wmi v1.2.3 // indirect
Expand All @@ -95,7 +94,6 @@ require (
go.ytsaurus.tech/library/go/blockcodecs v0.0.2 // indirect
go.ytsaurus.tech/library/go/core/log v0.0.3 // indirect
go.ytsaurus.tech/library/go/core/xerrors v0.0.3 // indirect
go.ytsaurus.tech/library/go/ptr v0.0.1 // indirect
go.ytsaurus.tech/library/go/x/xreflect v0.0.2 // indirect
go.ytsaurus.tech/library/go/x/xruntime v0.0.3 // indirect
golang.org/x/crypto v0.17.0 // indirect
Expand Down
Loading

0 comments on commit 8401986

Please sign in to comment.