rename
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
module github.com/alitto/pond/examples/group_context
|
||||
module git.company.lan/gopkg/pond/examples/group_context
|
||||
|
||||
go 1.19
|
||||
|
||||
require (
|
||||
github.com/alitto/pond v1.7.1
|
||||
)
|
||||
require git.company.lan/gopkg/pond v0.0.0-00010101000000-000000000000
|
||||
|
||||
replace github.com/alitto/pond => ../../
|
||||
replace git.company.lan/gopkg/pond => ../../
|
||||
|
||||
@@ -5,7 +5,7 @@ import (
|
||||
"fmt"
|
||||
"net/http"
|
||||
|
||||
"github.com/alitto/pond"
|
||||
"git.company.lan/gopkg/pond"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
Reference in New Issue
Block a user