mirror of
https://github.com/Sean-Der/fail2rest.git
synced 2024-12-22 05:32:20 +01:00
14 lines
299 B
Modula-2
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
|
|
)
|