We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7907111 + 098a5ce commit 8c8f06eCopy full SHA for 8c8f06e
go.mod
@@ -0,0 +1,5 @@
1
+module github.com/CTFd/snicat
2
+
3
+go 1.22.3
4
5
+require git.rootprojects.org/root/sclient.go v1.5.0
go.sum
@@ -0,0 +1,2 @@
+git.rootprojects.org/root/sclient.go v1.5.0 h1:CQ0X5aP0cofXpjyiXED8z0DH/fAlEoBpcYZ1Bp4v9Bo=
+git.rootprojects.org/root/sclient.go v1.5.0/go.mod h1:4c1wnsd+mAx50C9c2AkG0HMX9Eqlp5UvOPebX97WbCk=
snicat.go
@@ -7,7 +7,7 @@ import (
7
"strconv"
8
"strings"
9
10
- "github.com/therootcompany/sclient"
+ sclient "git.rootprojects.org/root/sclient.go"
11
)
12
13
var insecure = flag.Bool("insecure", false, "Disable verification of server SSL certificate")
0 commit comments