Skip to content

Commit

Permalink
chore(dependencies): switch to go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
mstruebing committed Apr 21, 2019
1 parent e7cb160 commit 6edc25e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
language: go

env:
- GO111MODULE=on

go:
- 1.11
- 1.12
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
### Fixed
* golang ci errors
### Security
### Misc
* use go mod

## [1.1.1] - 2019-02-19
### Changed
Expand Down
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/mstruebing/tldr

go 1.12

0 comments on commit 6edc25e

Please sign in to comment.