1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 16:58:06 +08:00
This commit is contained in:
shaoying 2020-03-12 21:19:54 +08:00
parent 6df360c157
commit 3c582592e6
2 changed files with 2 additions and 2 deletions

2
go.mod
View File

@ -2,7 +2,7 @@ module contexts
go 1.13
require github.com/shylinux/icebergs v0.1.18 // indirect
require github.com/shylinux/icebergs v0.1.18
replace github.com/shylinux/icebergs => ./usr/icebergs

View File

@ -13,7 +13,7 @@ import (
_ "github.com/shylinux/icebergs/misc/pi"
_ "github.com/shylinux/icebergs/misc/wx"
_ "github.com/shylinux/icebergs/misc/auth"
_ "github.com/shylinux/icebergs/misc/totp"
)
func main() {