mirror of
https://github.com/rwxrob/bonzai
synced 2024-11-14 18:12:59 +00:00
12 lines
188 B
Modula-2
12 lines
188 B
Modula-2
module github.com/rwxrob/bonzai
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/rwxrob/fn v0.1.0
|
|
github.com/rwxrob/json v0.4.1
|
|
golang.org/x/mod v0.5.1
|
|
)
|
|
|
|
require github.com/rwxrob/to v0.1.1 // indirect
|