Skip to content

Commit

Permalink
ci: updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
saracen committed Jun 20, 2020
1 parent 1a161bf commit 0724978
Show file tree
Hide file tree
Showing 4 changed files with 349 additions and 6 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ services:
- docker

go:
- 1.14
- 1.13

go_import_path: github.com/saracen/lfscache
Expand Down
2 changes: 1 addition & 1 deletion cache/cache_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
func TestCache(t *testing.T) {
dir, err := ioutil.TempDir("", "")
require.NoError(t, err)
//defer os.RemoveAll(dir)
defer os.RemoveAll(dir)

c, err := NewFilesystemCache(dir)
require.NoError(t, err)
Expand Down
8 changes: 3 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
module github.com/saracen/lfscache

go 1.13
go 1.14

require (
github.com/git-lfs/git-lfs v2.5.2+incompatible
github.com/go-kit/kit v0.9.0
github.com/go-logfmt/logfmt v0.4.0 // indirect
github.com/go-stack/stack v1.8.0 // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/go-kit/kit v0.10.0
github.com/pkg/errors v0.9.1 // indirect
github.com/stretchr/testify v1.4.0
)
Loading

0 comments on commit 0724978

Please sign in to comment.