diff options
| author | Percy Wegmann <percy@tailscale.com> | 2024-10-22 21:34:50 -0500 |
|---|---|---|
| committer | Percy Wegmann <percy@tailscale.com> | 2024-10-22 21:38:44 -0500 |
| commit | 62445931b62d22a60e8bd006b2c716dd2a4931a3 (patch) | |
| tree | 32004e732ff3cb85ea459eccdc72f2418fe64f0d /go.mod | |
| parent | b2665d9b89ee8c7be10a8e0a2fa36d35d21d8440 (diff) | |
| download | tailscale-percy/derp-jwt.tar.xz tailscale-percy/derp-jwt.zip | |
DERP JWT POCpercy/derp-jwt
Signed-off-by: Percy Wegmann <percy@tailscale.com>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -146,6 +146,7 @@ require ( github.com/go-viper/mapstructure/v2 v2.0.0-alpha.1 // indirect github.com/gobuffalo/flect v1.0.2 // indirect github.com/goccy/go-yaml v1.12.0 // indirect + github.com/golang-jwt/jwt v3.2.2+incompatible // indirect github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect github.com/golangci/plugin-module-register v0.1.1 // indirect github.com/google/gnostic-models v0.6.9-0.20230804172637-c7be7c783f49 // indirect |
