-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathversions.gen.go
44 lines (37 loc) · 1.07 KB
/
versions.gen.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
// Code generated by github.com/gregfurman/genver@v0.0.0-20240320130747-cb9a759f08b0 DO NOT EDIT.
package genver
// Currently using golang.org/x/crypto v0.21.0
const (
XCrypto_Golang_Version = "v0.21.0"
XCrypto_Golang_Path = "golang.org/x/crypto"
)
// Currently using golang.org/x/mod v0.8.0
const (
XMod_Golang_Version = "v0.8.0"
XMod_Golang_Path = "golang.org/x/mod"
)
// Currently using golang.org/x/net v0.22.0
const (
XNet_Golang_Version = "v0.22.0"
XNet_Golang_Path = "golang.org/x/net"
)
// Currently using golang.org/x/sys v0.18.0
const (
XSys_Golang_Version = "v0.18.0"
XSys_Golang_Path = "golang.org/x/sys"
)
// Currently using golang.org/x/term v0.18.0
const (
XTerm_Golang_Version = "v0.18.0"
XTerm_Golang_Path = "golang.org/x/term"
)
// Currently using golang.org/x/text v0.14.0
const (
XText_Golang_Version = "v0.14.0"
XText_Golang_Path = "golang.org/x/text"
)
// Currently using golang.org/x/tools v0.6.0
const (
XTools_Golang_Version = "v0.6.0"
XTools_Golang_Path = "golang.org/x/tools"
)