This repository has been archived by the owner on Nov 26, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
120 additions
and
333 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
bin/ | ||
pkg/ | ||
temp/ | ||
playground/ | ||
volumes/ | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
) |
Oops, something went wrong.