Version checking against the current release and github graphql api.

This commit is contained in:
2021-05-12 10:41:40 +01:00
parent 195192e6d1
commit 2a869e95fa
4 changed files with 40 additions and 7 deletions
+4 -3
View File
@@ -9,11 +9,11 @@ require (
github.com/go-git/go-git/v5 v5.3.0
github.com/kevinburke/ssh_config v1.1.0 // indirect
github.com/lithammer/fuzzysearch v1.1.2
github.com/lukaszraczylo/simple-gql-client v1.22.38 // indirect
github.com/lukaszraczylo/simple-gql-client v1.26.5
github.com/lukaszraczylo/zero v0.0.0-20160322155811-4a4535dd56e7
github.com/magiconair/properties v1.8.5 // indirect
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/pelletier/go-toml v1.9.0 // indirect
github.com/pelletier/go-toml v1.9.1 // indirect
github.com/sergi/go-diff v1.2.0 // indirect
github.com/spf13/afero v1.6.0 // indirect
github.com/spf13/cast v1.3.1 // indirect
@@ -21,8 +21,9 @@ require (
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.7.0
github.com/tidwall/gjson v1.7.5
golang.org/x/crypto v0.0.0-20210506145944-38f3c27a63bf // indirect
golang.org/x/net v0.0.0-20210510120150-4163338589ed // indirect
golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect
golang.org/x/sys v0.0.0-20210511113859-b0526f3d8744 // indirect
gopkg.in/ini.v1 v1.62.0 // indirect
)