Skip to content

Commit 09ed316

Browse files
committedMay 5, 2024·
Update go.mod
Tidy up go.mod
1 parent 0c8297b commit 09ed316

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed
 

‎go.mod

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@ require (
66
github.com/PuerkitoBio/goquery v1.8.0
77
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
88
github.com/mitchellh/go-homedir v1.1.0
9-
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
9+
golang.org/x/term v0.0.0-20220722155259-a9ba230a4035
1010
)
1111

1212
require (
1313
github.com/andybalholm/cascadia v1.3.1 // indirect
1414
golang.org/x/net v0.0.0-20220809012201-f428fae20770 // indirect
1515
golang.org/x/sys v0.0.0-20220808155132-1c4a2a72c664 // indirect
16-
golang.org/x/term v0.0.0-20220722155259-a9ba230a4035 // indirect
1716
)

‎go.sum

-3
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815 h1:bWDMxwH3px2JBh
66
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815/go.mod h1:WwZ+bS3ebgob9U8Nd0kOddGdZWjyMGR8Wziv+TBNwSE=
77
github.com/mitchellh/go-homedir v1.1.0 h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y=
88
github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0=
9-
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa h1:zuSxTR4o9y82ebqCUJYNGJbGPo6sKVl54f/TVDObg1c=
10-
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4=
119
golang.org/x/net v0.0.0-20210916014120-12bc252f5db8/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=
12-
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=
1310
golang.org/x/net v0.0.0-20220809012201-f428fae20770 h1:dIi4qVdvjZEjiMDv7vhokAZNGnz3kepwuXqFKYDdDMs=
1411
golang.org/x/net v0.0.0-20220809012201-f428fae20770/go.mod h1:YDH+HFinaLZZlnHAfSS6ZXJJ9M9t4Dl22yv3iI2vPwk=
1512
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=

0 commit comments

Comments
 (0)
Please sign in to comment.