Skip to content
This repository was archived by the owner on Oct 5, 2021. It is now read-only.

Commit c21e6eb

Browse files
committed
update go mod
1 parent 145105c commit c21e6eb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2
33
jobs:
44
build:
55
docker:
6-
- image: golang:1.14.6
6+
- image: golang:1.15.5
77
working_directory: /gopath/src/github.com/go-ego/cedar
88
steps:
99
- checkout

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module github.com/go-ego/cedar
22

33
go 1.13
44

5-
require github.com/vcaesar/tt v0.10.1
5+
require github.com/vcaesar/tt v0.11.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github.com/vcaesar/tt v0.10.1 h1:0DEl+XkyXivEwb/7jIYhDQ1g7KtMYqD/ZqABcMwC3wo=
2-
github.com/vcaesar/tt v0.10.1/go.mod h1:GHPxQYhn+7OgKakRusH7KJ0M5MhywoeLb8Fcffs/Gtg=
1+
github.com/vcaesar/tt v0.11.0 h1:obQecjgbnAxxC6OYGY6yDvhGRW2PR5wD8Ma2uJH3WGA=
2+
github.com/vcaesar/tt v0.11.0/go.mod h1:GHPxQYhn+7OgKakRusH7KJ0M5MhywoeLb8Fcffs/Gtg=

0 commit comments

Comments
 (0)