mirror of https://github.com/PCManiac/ottoman
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
334 B
14 lines
334 B
module github.com/PCManiac/ottoman
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/caarlos0/env v3.5.0+incompatible
|
|
github.com/robertkrimen/otto v0.0.0-20211024170158-b87d35c0b86f
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
gopkg.in/sourcemap.v1 v1.0.5 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
)
|
|
|