Skip to content

Commit

Permalink
Update logger package version
Browse files Browse the repository at this point in the history
  • Loading branch information
vardius committed Jan 12, 2019
1 parent a5cfeb1 commit 2832afe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -10,7 +10,7 @@ require (
github.com/julienschmidt/httprouter v1.2.0 // indirect
github.com/rs/cors v1.6.0
github.com/stretchr/testify v1.3.0 // indirect
github.com/vardius/golog v1.0.1
github.com/vardius/golog v1.0.2
github.com/vardius/gorouter v3.0.4+incompatible
github.com/vardius/message-bus v1.1.0
golang.org/x/crypto v0.0.0-20190103213133-ff983b9c42bc
Expand Down
1 change: 1 addition & 0 deletions go.sum
Expand Up @@ -31,6 +31,7 @@ github.com/stretchr/testify v1.3.0 h1:TivCn/peBQ7UY8ooIcPgZFpTNSz0Q2U6UrFlUfqbe0
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
github.com/vardius/golog v1.0.1 h1:dUFvD0Gxth5pjZkHTimJS+jlqZvYnY3+TynoTRKDn6I=
github.com/vardius/golog v1.0.1/go.mod h1:S2DSwaLMLgNmAAv9qn4nblHMBNA8/cHXFenmtIiZaHM=
github.com/vardius/golog v1.0.2/go.mod h1:S2DSwaLMLgNmAAv9qn4nblHMBNA8/cHXFenmtIiZaHM=
github.com/vardius/gorouter v3.0.4+incompatible h1:uq2makB6uVWEn3VQR9+TMGbe5nA8wyfz7Pq6HPT0PAg=
github.com/vardius/gorouter v3.0.4+incompatible/go.mod h1:3PK5w5Q7JQ1YN0phPKYEYb0bUV/okrR77H1jX56OVm4=
github.com/vardius/message-bus v1.1.0 h1:Jvt/mTBrjtRMMeJbszZBToFjd4Z2NhUXPjfXmyyZ9e8=
Expand Down

0 comments on commit 2832afe

Please sign in to comment.