File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,10 @@ module codeartifact-dependabot-sync
22
33go 1.17
44
5- require github.com/aws/aws-sdk-go-v2 v1.13.0
5+ require (
6+ github.com/aws/aws-sdk-go-v2 v1.20.3
7+ golang.org/x/crypto v0.0.0-20220214200702-86341886e292
8+ )
69
710require (
811 github.com/aws/aws-sdk-go-v2/credentials v1.8.0 // indirect
@@ -31,7 +34,6 @@ require (
3134 github.com/spf13/jwalterweatherman v1.1.0 // indirect
3235 github.com/spf13/pflag v1.0.5 // indirect
3336 github.com/subosito/gotenv v1.2.0 // indirect
34- golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
3537 golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
3638 golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
3739 golang.org/x/text v0.3.7 // indirect
@@ -44,7 +46,7 @@ require (
4446require (
4547 github.com/aws/aws-sdk-go-v2/config v1.13.1
4648 github.com/aws/aws-sdk-go-v2/service/codeartifact v1.10.0
47- github.com/aws/smithy-go v1.10.0 // indirect
49+ github.com/aws/smithy-go v1.14.2 // indirect
4850 github.com/golang-jwt/jwt/v4 v4.3.0
4951 github.com/google/go-github/v42 v42.0.0
5052 github.com/prometheus/client_golang v1.12.1
Original file line number Diff line number Diff line change @@ -40,6 +40,8 @@ github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4/go.mod h1:ybxpYRF
4040github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d /go.mod h1:rBZYJk541a8SKzHPHnH3zbiI+7dagKZ0cgpgrD7Fyho =
4141github.com/aws/aws-sdk-go-v2 v1.13.0 h1:1XIXAfxsEmbhbj5ry3D3vX+6ZcUYvIqSm4CWWEuGZCA =
4242github.com/aws/aws-sdk-go-v2 v1.13.0 /go.mod h1:L6+ZpqHaLbAaxsqV0L4cvxZY7QupWJB4fhkf8LXvC7w =
43+ github.com/aws/aws-sdk-go-v2 v1.20.3 h1:lgeKmAZhlj1JqN43bogrM75spIvYnRxqTAh1iupu1yE =
44+ github.com/aws/aws-sdk-go-v2 v1.20.3 /go.mod h1:/RfNgGmRxI+iFOB1OeJUyxiU+9s88k3pfHvDagGEp0M =
4345github.com/aws/aws-sdk-go-v2/config v1.13.1 h1:yLv8bfNoT4r+UvUKQKqRtdnvuWGMK5a82l4ru9Jvnuo =
4446github.com/aws/aws-sdk-go-v2/config v1.13.1 /go.mod h1:Ba5Z4yL/UGbjQUzsiaN378YobhFo0MLfueXGiOsYtEs =
4547github.com/aws/aws-sdk-go-v2/credentials v1.8.0 h1:8Ow0WcyDesGNL0No11jcgb1JAtE+WtubqXjgxau+S0o =
@@ -62,6 +64,8 @@ github.com/aws/aws-sdk-go-v2/service/sts v1.14.0 h1:ksiDXhvNYg0D2/UFkLejsaz3LqpW
6264github.com/aws/aws-sdk-go-v2/service/sts v1.14.0 /go.mod h1:u0xMJKDvvfocRjiozsoZglVNXRG19043xzp3r2ivLIk =
6365github.com/aws/smithy-go v1.10.0 h1:gsoZQMNHnX+PaghNw4ynPsyGP7aUCqx5sY2dlPQsZ0w =
6466github.com/aws/smithy-go v1.10.0 /go.mod h1:SObp3lf9smib00L/v3U2eAKG8FyQ7iLrJnQiAmR5n+E =
67+ github.com/aws/smithy-go v1.14.2 h1:MJU9hqBGbvWZdApzpvoF2WAIJDbtjK2NDJSiJP7HblQ =
68+ github.com/aws/smithy-go v1.14.2 /go.mod h1:Tg+OJXh4MB2R/uN61Ko2f6hTZwB/ZYGOtib8J3gBHzA =
6569github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 /go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q =
6670github.com/beorn7/perks v1.0.0 /go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8 =
6771github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM =
You can’t perform that action at this time.
0 commit comments