Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 5 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ module go.amplifyedge.org/booty-v2
go 1.16

require (
cloud.google.com/go/translate v1.8.1 // indirect
github.com/PuerkitoBio/goquery v1.6.1
github.com/cheggaaa/pb/v3 v3.0.6
github.com/fatih/color v1.10.0
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/go-chi/chi v1.5.4
github.com/go-chi/jwtauth v1.2.0
github.com/go-git/go-git/v5 v5.2.0
github.com/golang/protobuf v1.5.1 // indirect
github.com/google/go-github v17.0.0+incompatible
github.com/google/go-querystring v1.0.0 // indirect
github.com/hashicorp/go-getter v1.5.2
github.com/hashicorp/go-getter v1.7.0
github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
github.com/kardianos/service v1.2.0
Expand All @@ -22,22 +22,17 @@ require (
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/otiai10/copy v1.5.0
github.com/pelletier/go-toml v1.8.1 // indirect
github.com/spf13/afero v1.5.1 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/cobra v1.1.3
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/viper v1.7.1 // indirect
github.com/stretchr/testify v1.7.0
github.com/stretchr/testify v1.8.1
github.com/tidwall/pretty v1.1.0 // indirect
github.com/tus/tusd v1.5.1
go.amplifyedge.org/shared-v2/tool/bs-crypt v0.0.0-20210219053301-6556f04a088c
go.amplifyedge.org/shared-v2/tool/bs-lang v0.0.0-20210320051439-7e70b8c840c1
go.uber.org/zap v1.16.0
golang.org/x/crypto v0.0.0-20210218145215-b8e89b74b9df
golang.org/x/mod v0.4.1
golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4 // indirect
golang.org/x/sys v0.0.0-20210324051608-47abb6519492 // indirect
google.golang.org/api v0.42.0 // indirect
google.golang.org/genproto v0.0.0-20210319143718-93e7006c17a6 // indirect
golang.org/x/crypto v0.9.0
golang.org/x/mod v0.9.0
gopkg.in/ini.v1 v1.62.0 // indirect
)
Loading