gambit/go.mod

14 lines
254 B
Modula-2
Raw Permalink Normal View History

2023-07-05 22:22:48 +00:00
module tuxpa.in/a/gambit
go 1.19
2023-07-06 08:59:17 +00:00
2023-07-06 09:10:29 +00:00
require (
golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df
lukechampine.com/frand v1.4.2
)
2023-07-06 08:59:17 +00:00
require (
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect
golang.org/x/sys v0.1.0 // indirect
)