mirror of
https://github.com/micromdm/micromdm/
synced 2026-08-13 05:45:41 +08:00
Updates for Go versions with module support, deprecating the need for GOPATH, and removing dep as a tool for managing dependencies.
33 lines
1.4 KiB
Modula-2
33 lines
1.4 KiB
Modula-2
module github.com/micromdm/micromdm
|
|
|
|
require (
|
|
github.com/RobotsAndPencils/buford v0.12.0
|
|
github.com/boltdb/bolt v1.3.1
|
|
github.com/fullsailor/pkcs7 v0.0.0-20180824154052-36585635cb64
|
|
github.com/garyburd/go-oauth v0.0.0-20180319155456-bca2e7f09a17 // indirect
|
|
github.com/go-kit/kit v0.7.0
|
|
github.com/go-logfmt/logfmt v0.3.0 // indirect
|
|
github.com/go-stack/stack v1.7.0 // indirect
|
|
github.com/gogo/protobuf v1.0.0
|
|
github.com/golang/protobuf v1.1.0
|
|
github.com/gorilla/context v1.1.1 // indirect
|
|
github.com/gorilla/mux v1.6.2
|
|
github.com/groob/finalizer v0.0.0-20170707115354-4c2ed49aabda
|
|
github.com/groob/plist v0.0.0-20180203051248-dd56909aee38
|
|
github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 // indirect
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/micromdm/dep v0.0.0-20180512233915-03ff93db459f
|
|
github.com/micromdm/go4 v0.0.0-20171021081444-deded5397014
|
|
github.com/micromdm/scep v1.0.1-0.20180906231441-a136542b4bc9
|
|
github.com/pkg/errors v0.8.0
|
|
github.com/satori/go.uuid v1.2.0
|
|
golang.org/x/crypto v0.0.0-20180614174826-fd5f17ee7299
|
|
golang.org/x/net v0.0.0-20180611182652-db08ff08e862
|
|
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f // indirect
|
|
golang.org/x/sys v0.0.0-20180614134839-8883426083c0 // indirect
|
|
golang.org/x/text v0.3.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
)
|
|
|
|
replace github.com/fullsailor/pkcs7 => github.com/groob/pkcs7 v0.0.0-20180824154052-36585635cb64
|