mirror of
https://github.com/micromdm/micromdm/
synced 2026-08-06 09:16:24 +08:00
Bumps [github.com/smallstep/pkcs7](https://github.com/smallstep/pkcs7) from 0.1.1 to 0.2.1. - [Release notes](https://github.com/smallstep/pkcs7/releases) - [Commits](https://github.com/smallstep/pkcs7/compare/v0.1.1...v0.2.1) --- updated-dependencies: - dependency-name: github.com/smallstep/pkcs7 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
37 lines
1.2 KiB
Modula-2
37 lines
1.2 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.13.0
|
|
github.com/google/uuid v1.6.0
|
|
github.com/gorilla/handlers v1.5.2
|
|
github.com/gorilla/mux v1.8.1
|
|
github.com/groob/finalizer v0.0.0-20170707115354-4c2ed49aabda
|
|
github.com/jessepeterson/cfgprofiles v0.4.1
|
|
github.com/korylprince/go-macos-pkg v1.4.2
|
|
github.com/micromdm/go4 v0.0.0-20240215190618-908f27575419
|
|
github.com/micromdm/plist v0.2.1
|
|
github.com/micromdm/scep/v2 v2.3.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/smallstep/pkcs7 v0.2.1
|
|
golang.org/x/crypto v0.33.0
|
|
golang.org/x/net v0.34.0
|
|
google.golang.org/protobuf v1.33.0
|
|
)
|
|
|
|
require (
|
|
github.com/felixge/httpsnoop v1.0.3 // indirect
|
|
github.com/go-kit/log v0.2.0 // indirect
|
|
github.com/go-logfmt/logfmt v0.5.1 // indirect
|
|
github.com/korylprince/go-cpio-odc v0.9.4 // indirect
|
|
github.com/korylprince/goxar v0.1.2 // indirect
|
|
github.com/smallstep/scep v0.0.0-20241223071629-a37a330173bc // indirect
|
|
golang.org/x/exp v0.0.0-20240119083558-1b970713d09a // indirect
|
|
golang.org/x/sys v0.30.0 // indirect
|
|
golang.org/x/text v0.22.0 // indirect
|
|
)
|
|
|
|
go 1.17
|