Skip to content

Commit

Permalink
Rename module to original url, fixing the build to use the local subm…
Browse files Browse the repository at this point in the history
…odules, instead of upstream
  • Loading branch information
hafkensite committed Sep 24, 2021
1 parent 974b9d8 commit 6950177
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/voipgrid/heplify-server
module github.com/sipcapture/heplify-server

go 1.17

Expand All @@ -25,7 +25,6 @@ require (
github.com/prometheus/common v0.10.0
github.com/robfig/cron/v3 v3.0.1
github.com/sipcapture/golua v0.0.0-20200610090950-538d24098d76
github.com/sipcapture/heplify-server v0.0.0-20210826211536-3294c40c4e56
github.com/stretchr/testify v1.5.1
github.com/valyala/bytebufferpool v1.0.0
github.com/valyala/fasttemplate v1.1.1
Expand All @@ -42,6 +41,7 @@ require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fatih/camelcase v1.0.0 // indirect
github.com/fatih/structs v1.1.0 // indirect
github.com/fortytw2/leaktest v1.3.0 // indirect
github.com/golang/protobuf v1.4.2 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
Expand Down
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,6 @@ github.com/robfig/cron/v3 v3.0.1/go.mod h1:eQICP3HwyT7UooqI/z+Ov+PtYAWygg1TEWWzG
github.com/sanity-io/litter v1.2.0/go.mod h1:JF6pZUFgu2Q0sBZ+HSV35P8TVPI1TTzEwyu9FXAw2W4=
github.com/sipcapture/golua v0.0.0-20200610090950-538d24098d76 h1:LHLWVuD4zXJrQB8aEyN9QKIqAeWAonenmCwz2im1/+o=
github.com/sipcapture/golua v0.0.0-20200610090950-538d24098d76/go.mod h1:NxkBb6hztCHXAf1j/ENBqbofdUtm48P3hPjpedewJl8=
github.com/sipcapture/heplify-server v0.0.0-20210826211536-3294c40c4e56 h1:Hi1ZlbL53S/QsROaaDYBiETh75ScF4acK7LxR8mqt6U=
github.com/sipcapture/heplify-server v0.0.0-20210826211536-3294c40c4e56/go.mod h1:C9UT4IjxMKkV19EBDEVSeUt9/0MQ1qsoo1zDKg2pfjo=
github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo=
github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
Expand Down

0 comments on commit 6950177

Please sign in to comment.