Skip to content

Commit

Permalink
Update go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Nogueira Gonçalves committed May 21, 2021
1 parent 4279e71 commit d34ac53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module github.com/topfreegames/podium

go 1.15

replace github.com/topfreegames/podium/leaderboard/v2 v2.0.0 => ./leaderboard

require (
github.com/DataDog/datadog-go v4.5.1+incompatible // indirect
github.com/HdrHistogram/hdrhistogram-go v1.1.0 // indirect
Expand Down Expand Up @@ -50,3 +48,5 @@ require (
google.golang.org/grpc v1.28.0
mellium.im/sasl v0.2.1 // indirect
)

replace github.com/topfreegames/podium/leaderboard/v2 v2.0.0 => ./leaderboard

0 comments on commit d34ac53

Please sign in to comment.