14 lines
390 B
Modula-2
14 lines
390 B
Modula-2
module github.com/yaoapp/xiang
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/caarlos0/env/v6 v6.7.1 // indirect
|
|
github.com/joho/godotenv v1.3.0 // indirect
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/yaoapp/gou v0.0.0-20210906083912-fc06d8ba7e7a // indirect
|
|
github.com/yaoapp/kun v0.6.1
|
|
golang.org/x/sys v0.0.0-20210903071746-97244b99971b // indirect
|
|
)
|
|
|
|
// go env -w GOPRIVATE=github.com/yaoapp/*
|