mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-14 01:32:35 +08:00
init commit
This commit is contained in:
16
gate-hk4e-api/go.mod
Normal file
16
gate-hk4e-api/go.mod
Normal file
@@ -0,0 +1,16 @@
|
||||
module gate-hk4e-api
|
||||
|
||||
go 1.19
|
||||
|
||||
require flswld.com/common v0.0.0-incompatible // indirect
|
||||
|
||||
replace flswld.com/common => ../common
|
||||
|
||||
require flswld.com/logger v0.0.0-incompatible
|
||||
|
||||
replace flswld.com/logger => ../logger
|
||||
|
||||
require github.com/BurntSushi/toml v0.3.1 // indirect
|
||||
|
||||
// protobuf
|
||||
require google.golang.org/protobuf v1.28.0
|
||||
Reference in New Issue
Block a user