Skip to content
This repository was archived by the owner on Jun 13, 2023. It is now read-only.

Commit 0d98dd1

Browse files
authored
Remove unused dependencies (#98)
1 parent c90be50 commit 0d98dd1

File tree

2 files changed

+21
-808
lines changed

2 files changed

+21
-808
lines changed

go.mod

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,27 @@ go 1.11
44

55
require (
66
github.com/aws/aws-lambda-go v1.17.0
7-
github.com/aws/aws-sdk-go v1.32.6
7+
github.com/aws/aws-sdk-go v1.36.30
88
github.com/aws/aws-sdk-go-v2 v0.23.0
9-
github.com/containerd/containerd v1.4.1 // indirect
10-
github.com/containerd/ttrpc v1.0.2 // indirect
11-
github.com/containerd/typeurl v1.0.1 // indirect
12-
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c // indirect
139
github.com/gin-gonic/gin v1.6.3
1410
github.com/go-playground/validator/v10 v10.4.1 // indirect
1511
github.com/gofiber/fiber/v2 v2.11.0
16-
github.com/gogo/protobuf v1.3.1 // indirect
12+
github.com/gogo/protobuf v1.3.1
1713
github.com/golang/protobuf v1.4.3
18-
github.com/golangci/golangci-lint v1.41.0
14+
github.com/google/go-cmp v0.5.4 // indirect
1915
github.com/google/uuid v1.1.1
20-
github.com/imdario/mergo v0.3.11 // indirect
2116
github.com/json-iterator/go v1.1.10 // indirect
17+
github.com/kr/text v0.2.0 // indirect
2218
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
2319
github.com/modern-go/reflect2 v1.0.1 // indirect
24-
github.com/onsi/ginkgo v1.13.0
25-
github.com/onsi/gomega v1.10.1
26-
github.com/opencontainers/go-digest v1.0.0 // indirect
27-
github.com/opencontainers/image-spec v1.0.1 // indirect
28-
github.com/sirupsen/logrus v1.7.0 // indirect
20+
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
21+
github.com/onsi/ginkgo v1.16.1
22+
github.com/onsi/gomega v1.11.0
23+
github.com/stretchr/testify v1.7.0 // indirect
2924
github.com/ugorji/go v1.1.13 // indirect
3025
github.com/valyala/fasthttp v1.26.0
3126
google.golang.org/protobuf v1.25.0 // indirect
27+
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
28+
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
3229

3330
)

0 commit comments

Comments
 (0)