This commit is contained in:
11
local/go-ucs/go.mod
Executable file
11
local/go-ucs/go.mod
Executable file
@@ -0,0 +1,11 @@
|
||||
module local/go-ucs
|
||||
|
||||
go 1.21.0
|
||||
|
||||
require (
|
||||
golang.org/x/net v0.0.0-20180420171651-5f9ae10d9af5
|
||||
golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2
|
||||
)
|
||||
replace github.com/dnaeon/go-ucs/mo => ./local/go-ucs/mo
|
||||
replace github.com/dnaeon/go-ucs/version => ./local/go-ucs/version
|
||||
replace github.com/dnaeon/go-ucs/api => ./local/go-ucs/api
|
Reference in New Issue
Block a user