mirror of
https://github.com/1f349/violet.git
synced 2024-11-09 22:22:50 +00:00
17 lines
343 B
Modula-2
17 lines
343 B
Modula-2
module github.com/MrMelon54/violet
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/julienschmidt/httprouter v1.3.0
|
|
github.com/stretchr/testify v1.8.2
|
|
github.com/yousuf64/shift v0.4.0
|
|
golang.org/x/net v0.9.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|