Skip to content

Commit 1e263f5

Browse files
authored
Merge pull request #224 from aws-samples/deps-update
Update go packages
2 parents 4c4b0a5 + 73ab1ab commit 1e263f5

File tree

4 files changed

+2127
-251
lines changed

4 files changed

+2127
-251
lines changed

PetAdoptions/payforadoption-go/go.mod

Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,21 @@ module petadoptions
33
go 1.15
44

55
require (
6-
github.com/aws/aws-sdk-go v1.43.37
7-
github.com/aws/aws-xray-sdk-go v1.7.0
8-
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
9-
github.com/dghubble/sling v1.4.0
6+
github.com/aws/aws-sdk-go v1.44.273
7+
github.com/aws/aws-xray-sdk-go v1.8.1
8+
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
9+
github.com/dghubble/sling v1.4.1
1010
github.com/go-kit/kit v0.12.0
11-
github.com/gofrs/uuid v4.2.0+incompatible
11+
github.com/go-logfmt/logfmt v0.6.0 // indirect
12+
github.com/gofrs/uuid v4.4.0+incompatible
1213
github.com/gorilla/mux v1.8.0
13-
github.com/guregu/dynamo v1.15.0
14-
github.com/klauspost/compress v1.15.1 // indirect
15-
github.com/lib/pq v1.10.5
16-
github.com/magiconair/properties v1.8.6 // indirect
17-
github.com/prometheus/client_golang v1.12.1
18-
github.com/prometheus/common v0.33.0 // indirect
19-
github.com/spf13/afero v1.8.2 // indirect
20-
github.com/spf13/viper v1.10.1
21-
github.com/valyala/fasthttp v1.35.0 // indirect
22-
golang.org/x/net v0.0.0-20220412020605-290c469a71a5 // indirect
23-
golang.org/x/sys v0.0.0-20220412071739-889880a91fd5 // indirect
24-
google.golang.org/genproto v0.0.0-20220407144326-9054f6ed7bac // indirect
25-
gopkg.in/ini.v1 v1.66.4 // indirect
14+
github.com/guregu/dynamo v1.19.0
15+
github.com/klauspost/compress v1.16.5 // indirect
16+
github.com/lib/pq v1.10.9
17+
github.com/prometheus/client_golang v1.15.1
18+
github.com/prometheus/common v0.44.0 // indirect
19+
github.com/prometheus/procfs v0.10.1 // indirect
20+
github.com/spf13/viper v1.16.0
21+
github.com/valyala/fasthttp v1.47.0 // indirect
22+
google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc // indirect
2623
)

0 commit comments

Comments
 (0)