15 lines
373 B
Modula-2
15 lines
373 B
Modula-2
module git.tuxpa.in/a/nat
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/dchest/uniuri v0.0.0-20200228104902-7aecb25e1fe5
|
|
github.com/go-chi/chi/v5 v5.0.7
|
|
github.com/go-sql-driver/mysql v1.6.0
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/gorilla/securecookie v1.1.1
|
|
github.com/lib/pq v1.10.6
|
|
github.com/mattn/go-sqlite3 v1.14.14
|
|
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
|
|
)
|