mirror of
https://github.com/micromdm/micromdm/
synced 2026-05-15 02:55:40 +08:00
51 lines
2.0 KiB
Modula-2
51 lines
2.0 KiB
Modula-2
module github.com/micromdm/micromdm
|
|
|
|
require (
|
|
github.com/RobotsAndPencils/buford v0.14.0
|
|
github.com/boltdb/bolt v1.3.1
|
|
github.com/garyburd/go-oauth v0.0.0-20180319155456-bca2e7f09a17
|
|
github.com/go-kit/kit v0.7.0
|
|
github.com/google/uuid v1.3.0
|
|
github.com/gorilla/handlers v1.5.1
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/groob/finalizer v0.0.0-20170707115354-4c2ed49aabda
|
|
github.com/groob/plist v0.0.0-20220217120414-63fa881b19a5
|
|
github.com/jessepeterson/cfgprofiles v0.3.0
|
|
github.com/jmoiron/sqlx v0.0.0-20180614180643-0dae4fefe7c0
|
|
github.com/kolide/kit v0.0.0-20180912215818-0c28f72eb2b0
|
|
github.com/korylprince/go-macos-pkg v1.3.5
|
|
github.com/lib/pq v1.0.0
|
|
github.com/micromdm/go4 v0.0.0-20210104222236-8a0936d9e451
|
|
github.com/micromdm/scep/v2 v2.1.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/pressly/goose v2.3.0+incompatible
|
|
go.mozilla.org/pkcs7 v0.0.0-20210826202110-33d05740a352
|
|
golang.org/x/crypto v0.6.0
|
|
golang.org/x/net v0.7.0
|
|
google.golang.org/protobuf v1.30.0
|
|
gopkg.in/Masterminds/squirrel.v1 v1.0.0-20170825200431-a6b93000bd21
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/felixge/httpsnoop v1.0.2 // indirect
|
|
github.com/go-logfmt/logfmt v0.3.0 // indirect
|
|
github.com/go-sql-driver/mysql v1.4.0 // indirect
|
|
github.com/go-stack/stack v1.7.0 // indirect
|
|
github.com/korylprince/go-cpio-odc v0.9.4 // indirect
|
|
github.com/korylprince/goxar v0.0.0-20211111233330-e9f257bcdf25 // indirect
|
|
github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 // indirect
|
|
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
|
|
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
|
|
github.com/mattn/go-sqlite3 v1.9.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/stretchr/testify v1.2.2 // indirect
|
|
github.com/ziutek/mymysql v1.5.4 // indirect
|
|
golang.org/x/sys v0.5.0 // indirect
|
|
golang.org/x/text v0.7.0 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
google.golang.org/appengine v1.2.0 // indirect
|
|
)
|
|
|
|
go 1.17
|