Skip to content

Commit 52b46ce

Browse files
committed
Fixed gomod
1 parent 3a05de7 commit 52b46ce

File tree

3 files changed

+2
-63
lines changed

3 files changed

+2
-63
lines changed

.licenses/go/golang.org/x/crypto/internal/alias.dep.yml

-62
This file was deleted.

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ require (
1111
github.com/gofrs/uuid v4.2.0+incompatible
1212
github.com/google/go-cmp v0.6.0
1313
github.com/howeyc/crc16 v0.0.0-20171223171357-2b2a61e366a6
14+
github.com/icza/bitio v1.1.0
1415
github.com/manifoldco/promptui v0.9.0
1516
github.com/sirupsen/logrus v1.9.0
1617
github.com/spf13/cobra v1.3.0
@@ -43,7 +44,6 @@ require (
4344
github.com/golang/protobuf v1.5.3 // indirect
4445
github.com/h2non/filetype v1.1.3 // indirect
4546
github.com/hashicorp/hcl v1.0.0 // indirect
46-
github.com/icza/bitio v1.1.0 // indirect
4747
github.com/inconshreveable/mousetrap v1.0.0 // indirect
4848
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
4949
github.com/josharian/intern v1.0.0 // indirect

go.sum

+1
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:
287287
github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=
288288
github.com/icza/bitio v1.1.0 h1:ysX4vtldjdi3Ygai5m1cWy4oLkhWTAi+SyO6HC8L9T0=
289289
github.com/icza/bitio v1.1.0/go.mod h1:0jGnlLAx8MKMr9VGnn/4YrvZiprkvBelsVIbA9Jjr9A=
290+
github.com/icza/mighty v0.0.0-20180919140131-cfd07d671de6 h1:8UsGZ2rr2ksmEru6lToqnXgA8Mz1DP11X4zSJ159C3k=
290291
github.com/icza/mighty v0.0.0-20180919140131-cfd07d671de6/go.mod h1:xQig96I1VNBDIWGCdTt54nHt6EeI639SmHycLYL7FkA=
291292
github.com/inconshreveable/mousetrap v1.0.0 h1:Z8tu5sraLXCXIcARxBp/8cbvlwVa7Z1NHg9XEKhtSvM=
292293
github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8=

0 commit comments

Comments
 (0)