2023-05-14 11:51:50 -07:00
|
|
|
module github.com/firestuff/dnd
|
|
|
|
|
|
|
|
|
|
go 1.20
|
|
|
|
|
|
|
|
|
|
require github.com/samber/lo v1.38.1
|
|
|
|
|
|
2023-05-14 16:35:29 -07:00
|
|
|
require (
|
|
|
|
|
github.com/fatih/camelcase v1.0.0
|
2023-05-21 10:21:59 -07:00
|
|
|
github.com/gobwas/glob v0.2.3
|
2023-05-14 16:35:29 -07:00
|
|
|
golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea
|
|
|
|
|
)
|