Skip to content

Commit

Permalink
Merge pull request #11 from uselagoon/usessl
Browse files Browse the repository at this point in the history
refactor: add overrides for ssl and s3
  • Loading branch information
bomoko authored Mar 23, 2022
2 parents 8b1c9f4 + 9f2e6b1 commit 85d61ff
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 94 deletions.
7 changes: 0 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ require (

require (
github.com/NeowayLabs/wabbit v0.0.0-20200409220312-12e68ab5b0c6 // indirect
github.com/agnivade/levenshtein v1.1.1 // indirect
github.com/alexflint/go-arg v1.4.2 // indirect
github.com/alexflint/go-scalar v1.0.0 // indirect
github.com/dustin/go-humanize v1.0.0 // indirect
github.com/google/uuid v1.1.2 // indirect
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 // indirect
Expand All @@ -33,13 +30,9 @@ require (
github.com/streadway/amqp v0.0.0-20200108173154-1c71cc93ed71 // indirect
github.com/vektah/gqlparser/v2 v2.1.0 // indirect
golang.org/x/crypto v0.0.0-20201216223049-8b5274cf687f // indirect
golang.org/x/mod v0.5.1 // indirect
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/tools v0.1.9 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/ini.v1 v1.57.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)

require (
Expand Down
Loading

0 comments on commit 85d61ff

Please sign in to comment.