Skip to content

Commit

Permalink
[Go 1.14] Add support for go.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
roopakv committed Mar 26, 2020
1 parent 6beb7de commit 26f920e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@ require (
github.com/hako/durafmt v0.0.0-20191009132224-3f39dc1ed9f4
github.com/jedib0t/go-pretty v4.3.0+incompatible
github.com/labstack/gommon v0.3.0
github.com/matoous/go-nanoid v1.1.0
github.com/matoous/go-nanoid v1.2.0
github.com/mattn/go-runewidth v0.0.5 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/radovskyb/watcher v1.0.7
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.5.0
golang.org/x/crypto v0.0.0-20191029031824-8986dd9e96cf
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4
gopkg.in/resty.v1 v1.12.0
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ github.com/labstack/gommon v0.3.0/go.mod h1:MULnywXg0yavhxWKc+lOruYdAhDwPK9wf0OL
github.com/magiconair/properties v1.8.0/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ=
github.com/magiconair/properties v1.8.1 h1:ZC2Vc7/ZFkGmsVC9KvOjumD+G5lXy2RtTKyzRKO2BQ4=
github.com/magiconair/properties v1.8.1/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ=
github.com/matoous/go-nanoid v1.1.0 h1:B4BSMxTVgYrCHqtovL/adb8GFkE4mPCNntOOrdZLeCk=
github.com/matoous/go-nanoid v1.1.0/go.mod h1:L+uFUqrYwDgNWu5R02GrSxxcqX7ghiFuKPlKEOZ90GE=
github.com/matoous/go-nanoid v1.2.0 h1:PUmsE14neivOQ7l3uB9PpFUCgIHveVHfm5eYUFFPYWw=
github.com/matoous/go-nanoid v1.2.0/go.mod h1:fvGBnhcQ+zcrB3qJIG32PAN11J/y1IYkGX2/VeHzuH0=
github.com/mattn/go-colorable v0.1.2 h1:/bC9yWikZXAL9uJdulbSfyVNIR3n3trXl+v8+1sx8mU=
github.com/mattn/go-colorable v0.1.2/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE=
github.com/mattn/go-isatty v0.0.8/go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hdxcsrc5s=
Expand Down

0 comments on commit 26f920e

Please sign in to comment.