Browse Source

fix gomod

afeiszli 2 years ago
parent
commit
d0a75532e8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      go.mod

+ 1 - 1
go.mod

@@ -40,8 +40,8 @@ require (
 )
 )
 
 
 require (
 require (
-	github.com/gorilla/websocket v1.4.2
 	github.com/coreos/go-oidc/v3 v3.4.0
 	github.com/coreos/go-oidc/v3 v3.4.0
+	github.com/gorilla/websocket v1.4.2
 	golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e
 	golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e
 	golang.org/x/term v0.0.0-20220722155259-a9ba230a4035
 	golang.org/x/term v0.0.0-20220722155259-a9ba230a4035
 )
 )