Skip to content

Commit

Permalink
built locally
Browse files Browse the repository at this point in the history
  • Loading branch information
mkatturu committed Aug 14, 2024
1 parent e4fdaf4 commit c83fe87
Show file tree
Hide file tree
Showing 4 changed files with 251 additions and 1,765 deletions.
15 changes: 13 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/microsoft/moc

go 1.16
go 1.21

toolchain go1.22.4

require (
github.com/golang-jwt/jwt v3.2.2+incompatible
Expand All @@ -15,8 +17,17 @@ require (
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
golang.org/x/net v0.28.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240812133136-8ffd90a71988 // indirect
golang.org/x/sys v0.23.0 // indirect
golang.org/x/text v0.17.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
google.golang.org/protobuf v1.34.2 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)

replace (
Expand Down
Loading

0 comments on commit c83fe87

Please sign in to comment.