Skip to content

Commit

Permalink
updated go
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusbreivik committed Apr 21, 2022
1 parent 82b809f commit dffc1e8
Show file tree
Hide file tree
Showing 3 changed files with 152 additions and 250 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
netatmo
# Test binary, built with `go test -c`
*.test
.Ds_Store
target

# Output of the go coverage tool, specifically when used with LiteIDE
*.out
Expand Down
28 changes: 27 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/mariusbreivik/netatmo

go 1.15
go 1.17

require (
github.com/mitchellh/go-homedir v1.1.0
Expand All @@ -9,3 +9,29 @@ require (
github.com/ttacon/chalk v0.0.0-20160626202418-22c06c80ed31
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5
)

require (
github.com/fabric8-analytics/cli-tools v0.2.5 // indirect
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/magiconair/properties v1.8.6 // indirect
github.com/mitchellh/mapstructure v1.4.3 // indirect
github.com/pelletier/go-toml v1.9.4 // indirect
github.com/pelletier/go-toml/v2 v2.0.0-beta.8 // indirect
github.com/rs/zerolog v1.26.1 // indirect
github.com/spf13/afero v1.8.2 // indirect
github.com/spf13/cast v1.4.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/subosito/gotenv v1.2.0 // indirect
golang.org/x/net v0.0.0-20220412020605-290c469a71a5 // indirect
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.0 // indirect
gopkg.in/ini.v1 v1.66.4 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)
Loading

0 comments on commit dffc1e8

Please sign in to comment.