Skip to content

Commit

Permalink
chore: go build (update go.mod & go.sum)
Browse files Browse the repository at this point in the history
  • Loading branch information
smartinov committed Feb 11, 2020
1 parent 3230d8d commit 33a5bca
Show file tree
Hide file tree
Showing 2 changed files with 256 additions and 4 deletions.
6 changes: 2 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@ module github.com/foomo/gotsrpc
go 1.13

require (
github.com/google/go-cmp v0.3.1 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/goreleaser/goreleaser v0.126.0 // indirect
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.2.1
github.com/stretchr/testify v1.4.0
github.com/ugorji/go/codec v1.1.7
github.com/valyala/gorpc v0.0.0-20160519171614-908281bef774
golang.org/x/tools v0.0.0-20200211045251-2de505fc5306
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v2 v2.2.5
gopkg.in/yaml.v2 v2.2.8
)
Loading

0 comments on commit 33a5bca

Please sign in to comment.