Skip to content

Commit

Permalink
Merge 4559b55 into bce9527
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Mar 7, 2023
2 parents bce9527 + 4559b55 commit a4e89a3
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 394 deletions.
16 changes: 8 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ require (
github.com/armon/go-radix v1.0.0 // indirect
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535
github.com/aws/aws-sdk-go v1.33.7
github.com/cortesi/modd v0.0.0-20200630120222-8983974e5450 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/disintegration/imaging v1.6.2
github.com/fatih/color v1.9.0 // indirect
Expand All @@ -18,13 +17,14 @@ require (
github.com/gorilla/schema v1.1.0
github.com/gorilla/websocket v1.4.2
github.com/hashicorp/go-multierror v1.1.0 // indirect
github.com/jteeuwen/go-bindata v3.0.7+incompatible // indirect
github.com/kr/pretty v0.2.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/lib/pq v1.7.0
github.com/mattn/go-colorable v0.1.7 // indirect
github.com/mitchellh/cli v1.1.1
github.com/mmcdole/gofeed v1.0.0
github.com/myesui/uuid v1.0.0 // indirect
github.com/orandin/lumberjackrus v1.0.1 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/orandin/lumberjackrus v1.0.1
github.com/posener/complete v1.2.3 // indirect
github.com/rande/goapp v0.0.0-20160602122430-52b532af1ee5
github.com/rande/goexif v0.0.0-20160216213925-90ceb8b2ebfd
Expand All @@ -33,10 +33,10 @@ require (
github.com/stretchr/objx v0.3.0 // indirect
github.com/stretchr/testify v1.6.1
github.com/zenazn/goji v1.0.1
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
golang.org/x/image v0.0.0-20200618115811-c13761719519 // indirect
golang.org/x/tools v0.1.0 // indirect
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
golang.org/x/image v0.5.0 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
gopkg.in/stretchr/testify.v1 v1.2.2 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
)
Loading

0 comments on commit a4e89a3

Please sign in to comment.