Skip to content

Commit

Permalink
Updated go.mod dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Runar Serigstad committed Apr 15, 2019
1 parent c548511 commit 94eacbb
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,18 @@ require (
github.com/asticode/go-astilectron-bundler v0.0.0-20190406155441-5fc4c9f0c990 // indirect
github.com/asticode/go-astilog v1.0.0
github.com/asticode/go-bindata v0.0.0-20151023091102-a0ff2567cfb7 // indirect
github.com/imdario/mergo v0.3.7 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/mattn/go-colorable v0.1.1 // indirect
github.com/mattn/go-isatty v0.0.7 // indirect
github.com/pkg/errors v0.8.1
github.com/runi95/wts-parser v0.0.0-20190405175848-e3a65dfe5c78
github.com/runi95/wts-parser v0.0.0-20190414173045-a0e7af697b88
github.com/sam-kamerer/go-plister v1.1.2 // indirect
github.com/shibukawa/configdir v0.0.0-20170330084843-e180dbdc8da0
github.com/sirupsen/logrus v1.4.1 // indirect
github.com/streadway/amqp v0.0.0-20190404075320-75d898a42a94 // indirect
github.com/stretchr/objx v0.2.0 // indirect
golang.org/x/crypto v0.0.0-20190411191339-88737f569e3a // indirect
golang.org/x/sys v0.0.0-20190415081028-16da32be82c5 // indirect
gopkg.in/volatiletech/null.v6 v6.0.0-20170828023728-0bef4e07ae1b
)

0 comments on commit 94eacbb

Please sign in to comment.