Skip to content

Commit

Permalink
Oops wrong module name.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrelucas committed Aug 10, 2022
1 parent 2289ada commit 93d6fb5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
module github.com/ondat/c2
module github.com/ondat/service

go 1.18

require (
github.com/ondat/service v2.5.0+incompatible
google.golang.org/grpc v1.27.0
google.golang.org/protobuf v1.28.1
)
Expand Down
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaS
github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M=
github.com/google/go-cmp v0.5.5 h1:Khx7svrCpmxxtHBq5j2mp/xVjsi8hQMfNLvJFAlrGgU=
github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
github.com/ondat/service v2.5.0+incompatible h1:P0UVKgDdNcfZv9wubT1A+RXlMi3U7/CJwEMdM6zoQFo=
github.com/ondat/service v2.5.0+incompatible/go.mod h1:8BSDHMdQvrEJR6SZuPYVSEASORcHDh1DOzbOMLK9LzE=
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
Expand Down

0 comments on commit 93d6fb5

Please sign in to comment.