Skip to content

Commit

Permalink
Merge pull request #11 from vpbarb/gomodules
Browse files Browse the repository at this point in the history
Add go.mod
  • Loading branch information
Vadim Petrov authored May 13, 2019
2 parents d369bd5 + cd7f4e1 commit 3a1d275
Show file tree
Hide file tree
Showing 36 changed files with 18 additions and 12,259 deletions.
15 changes: 7 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
language: go

go:
- 1.9
- 1.11.x
- tip
#
#install:
# - go get github.com/apcera/nats
# - go get github.com/aws/aws-sdk-go/aws
# - go get github.com/aws/aws-sdk-go/service/sqs
# - go get github.com/pborman/uuid
# - go get gopkg.in/yaml.v2

env:
- GO111MODULE=on

script:
- go test ./...
21 changes: 0 additions & 21 deletions Gopkg.lock

This file was deleted.

30 changes: 0 additions & 30 deletions Gopkg.toml

This file was deleted.

6 changes: 6 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module github.com/gojuno/junocfg

require (
github.com/mguzelevich/go.log v0.0.0-20180206113500-e48db90effd9
gopkg.in/yaml.v2 v2.2.2
)
5 changes: 5 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
github.com/mguzelevich/go.log v0.0.0-20180206113500-e48db90effd9 h1:7wDn6iJVuy/9QEjWNjjsgpT+UOUqFtrDo/L8xHQEx9U=
github.com/mguzelevich/go.log v0.0.0-20180206113500-e48db90effd9/go.mod h1:oT0dj/eHjRPCetLFUKnLXCI5qVBpdSOSzs8uS5qSJrk=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/yaml.v2 v2.2.2 h1:ZCJp+EgiOT7lHqUV2J862kp8Qj64Jo6az82+3Td9dZw=
gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
14 changes: 0 additions & 14 deletions vendor/github.com/mguzelevich/go.log/.gitignore

This file was deleted.

13 changes: 0 additions & 13 deletions vendor/github.com/mguzelevich/go.log/.travis.yml

This file was deleted.

27 changes: 0 additions & 27 deletions vendor/github.com/mguzelevich/go.log/Gopkg.lock

This file was deleted.

26 changes: 0 additions & 26 deletions vendor/github.com/mguzelevich/go.log/Gopkg.toml

This file was deleted.

29 changes: 0 additions & 29 deletions vendor/github.com/mguzelevich/go.log/LICENSE

This file was deleted.

45 changes: 0 additions & 45 deletions vendor/github.com/mguzelevich/go.log/README.md

This file was deleted.

109 changes: 0 additions & 109 deletions vendor/github.com/mguzelevich/go.log/log.go

This file was deleted.

Loading

0 comments on commit 3a1d275

Please sign in to comment.