fail2rest/go.mod
2024-06-20 16:30:52 -04:00

14 lines
299 B
Modula-2

module github.com/sean-der/fail2rest
go 1.19
require (
github.com/gorilla/mux v1.8.1
github.com/sean-der/fail2go v0.0.1
github.com/sean-der/goWHOIS v0.0.0-20140709054325-70c302b526cf
)
require (
github.com/kisielk/og-rek v1.2.0 // indirect
github.com/mattn/go-sqlite3 v1.14.22 // indirect
)