Volodymyr Tkach 2 years ago
parent
commit
ebb3219d5c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      go.mod

+ 1 - 1
go.mod

@@ -7,6 +7,7 @@ require (
 	github.com/onsi/gomega v1.19.0
 	github.com/rollbar/rollbar-go v1.4.4
 	github.com/vladimirok5959/golang-server-sessions v1.0.9
+	golang.org/x/text v0.3.7
 )
 
 require (
@@ -14,7 +15,6 @@ require (
 	github.com/nxadm/tail v1.4.8 // indirect
 	golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
 	golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
-	golang.org/x/text v0.3.7 // indirect
 	gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
 	gopkg.in/yaml.v2 v2.4.0 // indirect
 )