Skip to content

Commit

Permalink
update badaas version
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoLiberali committed Aug 7, 2023
1 parent ba9708f commit 0282c42
Show file tree
Hide file tree
Showing 2 changed files with 153 additions and 1 deletion.
12 changes: 11 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.18

require (
github.com/dave/jennifer v1.6.1
github.com/ditrit/badaas v0.0.0-20230803081820-22f16f685d3e
github.com/ditrit/badaas v0.0.0-20230803084301-e70ad0000165
github.com/ditrit/verdeter v0.4.0
github.com/elliotchance/pie/v2 v2.7.0
github.com/ettle/strcase v0.1.1
Expand All @@ -19,20 +19,30 @@ require (
)

require (
github.com/Masterminds/semver/v3 v3.1.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/felixge/httpsnoop v1.0.1 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/goph/emperror v0.17.2 // indirect
github.com/gorilla/handlers v1.5.1 // indirect
github.com/gorilla/mux v1.8.0 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
github.com/jackc/pgconn v1.14.0 // indirect
github.com/jackc/pgio v1.0.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgproto3/v2 v2.3.2 // indirect
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
github.com/jackc/pgx/v5 v5.3.1 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/magiconair/properties v1.8.7 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/noirbizarre/gonja v0.0.0-20200629003239-4d051fd0be61 // indirect
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
Expand Down
Loading

0 comments on commit 0282c42

Please sign in to comment.