putxt/go.mod

17 lines
431 B
Modula-2
Raw Normal View History

2022-01-21 11:45:28 +00:00
module git.tcp.direct/kayos/putxt
2021-09-22 10:21:51 +00:00
2022-07-07 15:28:25 +00:00
go 1.18
2021-09-22 10:21:51 +00:00
require (
2022-07-18 05:22:34 +00:00
git.tcp.direct/kayos/common v0.7.0
github.com/yunginnanet/Rate5 v1.1.0
golang.org/x/tools v0.1.12
2022-07-07 15:28:25 +00:00
inet.af/netaddr v0.0.0-20220617031823-097006376321
2021-09-22 10:21:51 +00:00
)
require (
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
2022-07-07 15:28:25 +00:00
go4.org/intern v0.0.0-20211027215823-ae77deb06f29 // indirect
go4.org/unsafe/assume-no-moving-gc v0.0.0-20220617031537-928513b29760 // indirect
2021-09-22 10:21:51 +00:00
)