mirror of
https://github.com/micromdm/micromdm/
synced 2026-06-19 02:05:46 +08:00
26 lines
778 B
Modula-2
26 lines
778 B
Modula-2
module micromdm.io/v2
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
crawshaw.io/sqlite v0.3.2
|
|
github.com/felixge/httpsnoop v1.0.1
|
|
github.com/go-kit/kit v0.10.0
|
|
github.com/gorilla/csrf v1.7.0
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/gorilla/securecookie v1.1.1
|
|
github.com/jackc/pgconn v1.8.0
|
|
github.com/jackc/pgproto3/v2 v2.0.7 // indirect
|
|
github.com/jackc/pgx/v4 v4.10.1
|
|
github.com/oklog/run v1.1.0
|
|
github.com/oklog/ulid v1.3.1 // indirect
|
|
github.com/oklog/ulid/v2 v2.0.2
|
|
github.com/peterbourgon/ff/v3 v3.0.0
|
|
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
|
|
golang.org/x/text v0.3.5 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
rsc.io/goversion v1.2.0
|
|
)
|
|
|
|
replace crawshaw.io/sqlite => github.com/groob/sqlite v0.3.3-0.20200721040052-b46ed0907467
|