File tree 2 files changed +6
-7
lines changed
2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ module github.com/Allan-Nava/go-bard
3
3
go 1.19
4
4
5
5
require (
6
- github.com/caarlos0/env/v6 v6.10.1 // indirect
7
- github.com/go-resty/resty/v2 v2.7.0 // indirect
8
- golang.org/x/net v0.0.0-20211029224645-99673261e6eb // indirect
9
- gopkg.in/validator.v2 v2.0.1 // indirect
6
+ github.com/caarlos0/env/v6 v6.10.1
7
+ github.com/go-resty/resty/v2 v2.7.0
10
8
)
9
+
10
+ require golang.org/x/net v0.7.0 // indirect
Original file line number Diff line number Diff line change @@ -2,12 +2,11 @@ github.com/caarlos0/env/v6 v6.10.1 h1:t1mPSxNpei6M5yAeu1qtRdPAK29Nbcf/n3G7x+b3/I
2
2
github.com/caarlos0/env/v6 v6.10.1 /go.mod h1:hvp/ryKXKipEkcuYjs9mI4bBCg+UI0Yhgm5Zu0ddvwc =
3
3
github.com/go-resty/resty/v2 v2.7.0 h1:me+K9p3uhSmXtrBZ4k9jcEAfJmuC8IivWHwaLZwPrFY =
4
4
github.com/go-resty/resty/v2 v2.7.0 /go.mod h1:9PWDzw47qPphMRFfhsyk0NnSgvluHcljSMVIq3w7q0I =
5
- golang.org/x/net v0.0.0-20211029224645-99673261e6eb h1:pirldcYWx7rx7kE5r+9WsOXPXK0+WH5+uZ7uPmJ44uM =
6
5
golang.org/x/net v0.0.0-20211029224645-99673261e6eb /go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y =
6
+ golang.org/x/net v0.7.0 h1:rJrUqqhjsgNp7KqAIc25s9pZnjU7TUcSY7HcVZjdn1g =
7
+ golang.org/x/net v0.7.0 /go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs =
7
8
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
8
9
golang.org/x/sys v0.0.0-20210423082822-04245dca01da /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
9
10
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 /go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo =
10
11
golang.org/x/text v0.3.6 /go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ =
11
12
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e /go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ =
12
- gopkg.in/validator.v2 v2.0.1 h1:xF0KWyGWXm/LM2G1TrEjqOu4pa6coO9AlWSf3msVfDY =
13
- gopkg.in/validator.v2 v2.0.1 /go.mod h1:lIUZBlB3Im4s/eYp39Ry/wkR02yOPhZ9IwIRBjuPuG8 =
You can’t perform that action at this time.
0 commit comments