Skip to content

Commit

Permalink
go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
dreadl0ck committed Jan 17, 2020
1 parent 420784a commit 2357e16
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 466 deletions.
35 changes: 10 additions & 25 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,58 +3,43 @@ module github.com/dreadl0ck/zeus
go 1.13

require (
cloud.google.com/go v0.51.0 // indirect
cloud.google.com/go/storage v1.5.0 // indirect
code.gitea.io/sdk/gitea v0.0.0-20200116035226-b24cfd841cda // indirect
contrib.go.opencensus.io/exporter/ocagent v0.6.0 // indirect
github.com/Azure/azure-pipeline-go v0.2.2 // indirect
github.com/Azure/azure-sdk-for-go v38.2.0+incompatible // indirect
github.com/Azure/go-autorest v13.3.1+incompatible // indirect
github.com/Azure/go-autorest/autorest/azure/auth v0.4.2 // indirect
github.com/Azure/go-autorest/autorest/to v0.3.0 // indirect
github.com/Azure/go-autorest/autorest/validation v0.2.0 // indirect
github.com/GeertJohan/go.rice v0.0.0-20181229193832-0af3f3b09a0a
github.com/aws/aws-sdk-go v1.28.4 // indirect
github.com/blang/semver v3.5.1+incompatible // indirect
github.com/chzyer/logex v1.1.10 // indirect
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 // indirect
github.com/daaku/go.zipexe v0.0.0-20150329023125-a5fe2436ffcb // indirect
github.com/desertbit/glue v0.0.0-20171018142742-09c14070c2b1
github.com/dreadl0ck/readline v0.0.0-20160726135117-62c6fe619375
github.com/fatih/color v1.9.0 // indirect
github.com/fsnotify/fsnotify v1.4.7
github.com/gen2brain/beeep v0.0.0-20190719094215-ece0cb67ca77
github.com/godbus/dbus v4.1.0+incompatible // indirect
github.com/google/go-cmp v0.4.0 // indirect
github.com/google/wire v0.4.0 // indirect
github.com/golang/protobuf v1.3.2 // indirect
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect
github.com/gopherjs/gopherwasm v1.1.0 // indirect
github.com/goreleaser/goreleaser v0.124.1 // indirect
github.com/goreleaser/nfpm v1.1.10 // indirect
github.com/gorilla/websocket v1.4.0 // indirect
github.com/grpc-ecosystem/grpc-gateway v1.12.1 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/jtolds/gls v4.20.0+incompatible // indirect
github.com/julienschmidt/httprouter v1.2.0
github.com/kamilsk/retry/v4 v4.4.1 // indirect
github.com/mattn/go-ieproxy v0.0.0-20191113090002-7c0f6868bffe // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/mattn/go-colorable v0.1.4 // indirect
github.com/mattn/go-isatty v0.0.11 // indirect
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
github.com/onsi/ginkgo v1.11.0 // indirect
github.com/onsi/gomega v1.8.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/russross/blackfriday v2.0.0+incompatible
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/sirupsen/logrus v1.3.0
github.com/smartystreets/assertions v1.0.1 // indirect
github.com/smartystreets/goconvey v1.6.3
github.com/stretchr/testify v1.4.0 // indirect
github.com/tadvi/systray v0.0.0-20190226123456-11a2b8fa57af // indirect
github.com/x-cray/logrus-prefixed-formatter v0.5.2
github.com/xanzy/go-gitlab v0.22.3 // indirect
golang.org/x/crypto v0.0.0-20200115085410-6d4e4cb37c7d // indirect
golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
golang.org/x/sys v0.0.0-20200116001909-b77594299b42 // indirect
golang.org/x/tools v0.0.0-20200116225955-84cebe10344f // indirect
google.golang.org/genproto v0.0.0-20200115191322-ca5a22157cba // indirect
golang.org/x/text v0.3.2 // indirect
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/toast.v1 v1.0.0-20180812000517-0a84660828b2 // indirect
gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0
gopkg.in/yaml.v2 v2.2.7
Expand Down
Loading

0 comments on commit 2357e16

Please sign in to comment.