Skip to content

Commit

Permalink
chore: update go module to 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
hbollon committed Mar 21, 2022
1 parent 01cd7e3 commit 95ea3bf
Showing 1 changed file with 34 additions and 5 deletions.
39 changes: 34 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,21 +1,18 @@
module github.com/hbollon/igopher

go 1.16
go 1.17

require (
cloud.google.com/go v0.41.0
github.com/akavel/rsrc v0.10.1 // indirect
github.com/asticode/go-astikit v0.18.0
github.com/asticode/go-astilectron v0.25.0
github.com/asticode/go-astilectron-bootstrap v0.4.10
github.com/asticode/go-astilectron-bundler v0.7.12 // indirect
github.com/banzaicloud/logrus-runtime-formatter v0.0.0-20190729070250-5ae5475bae5e
github.com/charmbracelet/bubbles v0.7.6
github.com/charmbracelet/bubbletea v0.12.2
github.com/go-playground/validator/v10 v10.4.1
github.com/google/go-github/v27 v27.0.4
github.com/lucasb-eyer/go-colorful v1.0.3
github.com/magefile/mage v1.11.0 // indirect
github.com/mitchellh/go-ps v1.0.0
github.com/muesli/reflow v0.2.0
github.com/muesli/termenv v0.7.4
Expand All @@ -24,7 +21,39 @@ require (
github.com/sirupsen/logrus v1.8.0
github.com/tebeka/selenium v0.9.9
github.com/vbauerster/mpb/v6 v6.0.2
golang.org/x/sys v0.0.0-20210228012217-479acdf4ea46 // indirect
google.golang.org/api v0.7.0
gopkg.in/yaml.v2 v2.3.0
)

require (
github.com/VividCortex/ewma v1.1.1 // indirect
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect
github.com/akavel/rsrc v0.10.1 // indirect
github.com/asticode/go-astilectron-bundler v0.7.12 // indirect
github.com/asticode/go-bindata v1.0.0 // indirect
github.com/atotto/clipboard v0.1.2 // indirect
github.com/blang/semver v3.5.1+incompatible // indirect
github.com/containerd/console v1.0.1 // indirect
github.com/go-playground/locales v0.13.0 // indirect
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/golang/protobuf v1.3.1 // indirect
github.com/google/go-querystring v1.0.0 // indirect
github.com/googleapis/gax-go/v2 v2.0.5 // indirect
github.com/hashicorp/golang-lru v0.5.1 // indirect
github.com/leodido/go-urn v1.2.0 // indirect
github.com/magefile/mage v1.11.0 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/mattn/go-runewidth v0.0.10 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/sam-kamerer/go-plister v1.2.0 // indirect
go.opencensus.io v0.22.0 // indirect
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 // indirect
golang.org/x/net v0.0.0-20190620200207-3b0461eec859 // indirect
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 // indirect
golang.org/x/sys v0.0.0-20210228012217-479acdf4ea46 // indirect
golang.org/x/text v0.3.2 // indirect
google.golang.org/appengine v1.6.1 // indirect
google.golang.org/genproto v0.0.0-20190626174449-989357319d63 // indirect
google.golang.org/grpc v1.21.1 // indirect
)

0 comments on commit 95ea3bf

Please sign in to comment.