Skip to content
This repository has been archived by the owner on Nov 26, 2020. It is now read-only.

Commit

Permalink
Switched from go dep to go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
farshidtz committed Mar 19, 2019
1 parent c7c217a commit 6a32ac3
Show file tree
Hide file tree
Showing 5 changed files with 120 additions and 333 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
bin/
pkg/
temp/
playground/
volumes/
Expand Down
259 changes: 0 additions & 259 deletions Gopkg.lock

This file was deleted.

74 changes: 0 additions & 74 deletions Gopkg.toml

This file was deleted.

41 changes: 41 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
module code.linksmart.eu/dt/deployment-tool

go 1.12

require (
bou.ke/monkey v1.0.1 // indirect
github.com/brianvoe/gofakeit v3.17.0+incompatible
github.com/cskr/pubsub v1.0.2
github.com/dsnet/compress v0.0.0-20171208185109-cc9eb1d7ad76
github.com/dsnet/golib v0.0.0-20171103203638-1ea166775780
github.com/fortytw2/leaktest v1.3.0 // indirect
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db
github.com/google/go-cmp v0.2.0 // indirect
github.com/google/uuid v1.0.0 // indirect
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/handlers v1.4.0
github.com/gorilla/mux v1.6.2
github.com/gorilla/websocket v1.2.0
github.com/joho/godotenv v1.2.0
github.com/justinas/alice v0.0.0-20171023064455-03f45bd4b7da
github.com/klauspost/compress v1.4.1
github.com/klauspost/cpuid v1.2.0 // indirect
github.com/mailru/easyjson v0.0.0-20180823135443-60711f1a8329 // indirect
github.com/mholt/archiver v2.1.0+incompatible
github.com/nwaples/rardecode v0.0.0-20171029023500-e06696f847ae
github.com/olivere/elastic v6.2.16+incompatible
github.com/otiai10/copy v0.0.0-20180813032824-7e9a647135a1
github.com/otiai10/curr v0.0.0-20150429015615-9b4961190c95 // indirect
github.com/otiai10/mint v1.2.3 // indirect
github.com/pbnjay/memory v0.0.0-20180430190442-16f8386fc07f
github.com/pborman/uuid v0.0.0-20180906182336-adf5a7427709
github.com/pebbe/zmq4 v1.0.0
github.com/pierrec/lz4 v0.0.0-20181005164709-635575b42742
github.com/pkg/errors v0.8.1 // indirect
github.com/rs/cors v1.6.0
github.com/satori/go.uuid v1.2.0
github.com/stretchr/testify v1.3.0 // indirect
github.com/ulikunitz/xz v0.5.5
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8
gopkg.in/yaml.v2 v2.2.1
)
Loading

0 comments on commit 6a32ac3

Please sign in to comment.