Skip to content

Commit 476b044

Browse files
committed
tidy go.mod
1 parent 58c0b9c commit 476b044

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

example/go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ replace github.com/openziti/sdk-golang => ../
88

99
require (
1010
github.com/Jeffail/gabs v1.4.0
11+
github.com/dgrijalva/jwt-go v3.2.0+incompatible
1112
github.com/google/uuid v1.6.0
1213
github.com/gorilla/mux v1.8.1
1314
github.com/michaelquigley/pfxlog v0.6.10
15+
github.com/openziti/edge-api v0.26.47
1416
github.com/openziti/foundation/v2 v2.0.73
1517
github.com/openziti/runzmd v1.0.33
1618
github.com/openziti/sdk-golang v0.0.0
@@ -82,7 +84,6 @@ require (
8284
github.com/oklog/ulid v1.3.1 // indirect
8385
github.com/opentracing/opentracing-go v1.2.0 // indirect
8486
github.com/openziti/channel/v4 v4.2.31 // indirect
85-
github.com/openziti/edge-api v0.26.47 // indirect
8687
github.com/openziti/identity v1.0.112 // indirect
8788
github.com/openziti/metrics v1.4.2 // indirect
8889
github.com/openziti/secretstream v0.1.39 // indirect

example/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
8686
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
8787
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=
8888
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
89+
github.com/dgrijalva/jwt-go v3.2.0+incompatible h1:7qlOGliEKZXTDg6OTjfoBKDXWrumCAMpl/TFQ4/5kLM=
90+
github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ=
8991
github.com/disintegration/imaging v1.6.2 h1:w1LecBlG2Lnp8B3jk5zSuNqd7b4DXhcjwek1ei82L+c=
9092
github.com/disintegration/imaging v1.6.2/go.mod h1:44/5580QXChDfwIclfc/PCwrr44amcmDAg8hxG0Ewe4=
9193
github.com/dlclark/regexp2 v1.1.6/go.mod h1:2pZnwuY/m+8K6iRw6wQdMtk+rH5tNGR1i55kozfMjCc=

0 commit comments

Comments
 (0)