Skip to content

Commit 3981769

Browse files
author
Yash Khare
committed
Initial commit
0 parents  commit 3981769

File tree

5,888 files changed

+1434196
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

5,888 files changed

+1434196
-0
lines changed

.gitignore

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# If you prefer the allow list template instead of the deny list, see community template:
2+
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
3+
#
4+
# Binaries for programs and plugins
5+
*.exe
6+
*.exe~
7+
*.dll
8+
*.so
9+
*.dylib
10+
11+
# Test binary, built with `go test -c`
12+
*.test
13+
14+
# Output of the go coverage tool, specifically when used with LiteIDE
15+
*.out
16+
17+
# Dependency directories (remove the comment below to include it)
18+
# vendor/
19+
20+
# Go workspace file
21+
go.work

.replit

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
entrypoint = "main.go"
2+
run = ["go", "run", "."]
3+
4+
modules = ["go-1.21"]
5+
6+
[env]
7+
GOPATH="$REPL_HOME/gopath"
8+
9+
[nix]
10+
channel = "stable-24_05"
11+
12+
[gitHubImport]
13+
requiredFiles = [".replit"]
14+
15+
[deployment]
16+
build = "CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o main"
17+
run = "./main"
18+
ignorePorts = false
19+
deploymentTarget = "gce"

go.mod

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
module main
2+
3+
go 1.21
4+
5+
require (
6+
github.com/blang/semver/v4 v4.0.0
7+
github.com/go-git/go-git/v5 v5.12.0
8+
)
9+
10+
require (
11+
dario.cat/mergo v1.0.0 // indirect
12+
github.com/Microsoft/go-winio v0.6.1 // indirect
13+
github.com/ProtonMail/go-crypto v1.0.0 // indirect
14+
github.com/cloudflare/circl v1.3.7 // indirect
15+
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
16+
github.com/emirpasic/gods v1.18.1 // indirect
17+
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
18+
github.com/go-git/go-billy/v5 v5.5.0 // indirect
19+
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
20+
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
21+
github.com/kevinburke/ssh_config v1.2.0 // indirect
22+
github.com/pjbgf/sha1cd v0.3.0 // indirect
23+
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
24+
github.com/skeema/knownhosts v1.2.2 // indirect
25+
github.com/xanzy/ssh-agent v0.3.3 // indirect
26+
golang.org/x/crypto v0.21.0 // indirect
27+
golang.org/x/mod v0.12.0 // indirect
28+
golang.org/x/net v0.22.0 // indirect
29+
golang.org/x/sys v0.18.0 // indirect
30+
golang.org/x/tools v0.13.0 // indirect
31+
gopkg.in/warnings.v0 v0.1.2 // indirect
32+
)

go.sum

+113
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
dario.cat/mergo v1.0.0 h1:AGCNq9Evsj31mOgNPcLyXc+4PNABt905YmuqPYYpBWk=
2+
dario.cat/mergo v1.0.0/go.mod h1:uNxQE+84aUszobStD9th8a29P2fMDhsBdgRYvZOxGmk=
3+
github.com/Microsoft/go-winio v0.5.2/go.mod h1:WpS1mjBmmwHBEWmogvA2mj8546UReBk4v8QkMxJ6pZY=
4+
github.com/Microsoft/go-winio v0.6.1 h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migciow=
5+
github.com/Microsoft/go-winio v0.6.1/go.mod h1:LRdKpFKfdobln8UmuiYcKPot9D2v6svN5+sAH+4kjUM=
6+
github.com/ProtonMail/go-crypto v1.0.0 h1:LRuvITjQWX+WIfr930YHG2HNfjR1uOfyf5vE0kC2U78=
7+
github.com/ProtonMail/go-crypto v1.0.0/go.mod h1:EjAoLdwvbIOoOQr3ihjnSoLZRtE8azugULFRteWMNc0=
8+
github.com/blang/semver/v4 v4.0.0 h1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM=
9+
github.com/blang/semver/v4 v4.0.0/go.mod h1:IbckMUScFkM3pff0VJDNKRiT6TG/YpiHIM2yvyW5YoQ=
10+
github.com/bwesterb/go-ristretto v1.2.3/go.mod h1:fUIoIZaG73pV5biE2Blr2xEzDoMj7NFEuV9ekS419A0=
11+
github.com/cloudflare/circl v1.3.3/go.mod h1:5XYMA4rFBvNIrhs50XuiBJ15vF2pZn4nnUKZrLbUZFA=
12+
github.com/cloudflare/circl v1.3.7 h1:qlCDlTPz2n9fu58M0Nh1J/JzcFpfgkFHHX3O35r5vcU=
13+
github.com/cloudflare/circl v1.3.7/go.mod h1:sRTcRWXGLrKw6yIGJ+l7amYJFfAXbZG0kBSc8r4zxgA=
14+
github.com/cyphar/filepath-securejoin v0.2.4 h1:Ugdm7cg7i6ZK6x3xDF1oEu1nfkyfH53EtKeQYTC3kyg=
15+
github.com/cyphar/filepath-securejoin v0.2.4/go.mod h1:aPGpWjXOXUn2NCNjFvBE6aRxGGx79pTxQpKOJNYHHl4=
16+
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
17+
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
18+
github.com/emirpasic/gods v1.18.1 h1:FXtiHYKDGKCW2KzwZKx0iC0PQmdlorYgdFG9jPXJ1Bc=
19+
github.com/emirpasic/gods v1.18.1/go.mod h1:8tpGGwCnJ5H4r6BWwaV6OrWmMoPhUl5jm/FMNAnJvWQ=
20+
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 h1:+zs/tPmkDkHx3U66DAb0lQFJrpS6731Oaa12ikc+DiI=
21+
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376/go.mod h1:an3vInlBmSxCcxctByoQdvwPiA7DTK7jaaFDBTtu0ic=
22+
github.com/go-git/go-billy/v5 v5.5.0 h1:yEY4yhzCDuMGSv83oGxiBotRzhwhNr8VZyphhiu+mTU=
23+
github.com/go-git/go-billy/v5 v5.5.0/go.mod h1:hmexnoNsr2SJU1Ju67OaNz5ASJY3+sHgFRpCtpDCKow=
24+
github.com/go-git/go-git/v5 v5.12.0 h1:7Md+ndsjrzZxbddRDZjF14qK+NN56sy6wkqaVrjZtys=
25+
github.com/go-git/go-git/v5 v5.12.0/go.mod h1:FTM9VKtnI2m65hNI/TenDDDnUf2Q9FHnXYjuz9i5OEY=
26+
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da h1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE=
27+
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
28+
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 h1:BQSFePA1RWJOlocH6Fxy8MmwDt+yVQYULKfN0RoTN8A=
29+
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99/go.mod h1:1lJo3i6rXxKeerYnT8Nvf0QmHCRC1n8sfWVwXF2Frvo=
30+
github.com/kevinburke/ssh_config v1.2.0 h1:x584FjTGwHzMwvHx18PXxbBVzfnxogHaAReU4gf13a4=
31+
github.com/kevinburke/ssh_config v1.2.0/go.mod h1:CT57kijsi8u/K/BOFA39wgDQJ9CxiF4nAY/ojJ6r6mM=
32+
github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=
33+
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
34+
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
35+
github.com/pjbgf/sha1cd v0.3.0 h1:4D5XXmUUBUl/xQ6IjCkEAbqXskkq/4O7LmGn0AqMDs4=
36+
github.com/pjbgf/sha1cd v0.3.0/go.mod h1:nZ1rrWOcGJ5uZgEEVL1VUM9iRQiZvWdbZjkKyFzPPsI=
37+
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
38+
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
39+
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 h1:n661drycOFuPLCN3Uc8sB6B/s6Z4t2xvBgU1htSHuq8=
40+
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3/go.mod h1:A0bzQcvG0E7Rwjx0REVgAGH58e96+X0MeOfepqsbeW4=
41+
github.com/sirupsen/logrus v1.7.0/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0=
42+
github.com/skeema/knownhosts v1.2.2 h1:Iug2P4fLmDw9f41PB6thxUkNUkJzB5i+1/exaj40L3A=
43+
github.com/skeema/knownhosts v1.2.2/go.mod h1:xYbVRSPxqBZFrdmDyMmsOs+uX1UZC3nTN3ThzgDxUwo=
44+
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
45+
github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=
46+
github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=
47+
github.com/xanzy/ssh-agent v0.3.3 h1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM=
48+
github.com/xanzy/ssh-agent v0.3.3/go.mod h1:6dzNDKs0J9rVPHPhaGCukekBHKqfl+L3KghI1Bc68Uw=
49+
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
50+
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
51+
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
52+
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4=
53+
golang.org/x/crypto v0.3.1-0.20221117191849-2c476679df9a/go.mod h1:hebNnKkNXi2UzZN1eVRvBB7co0a+JxK6XbPiWVs/3J4=
54+
golang.org/x/crypto v0.7.0/go.mod h1:pYwdfH91IfpZVANVyUOhSIPZaFoJGxTFbZhFTx+dXZU=
55+
golang.org/x/crypto v0.21.0 h1:X31++rzVUdKhX5sWmSOFZxx8UW/ldWx55cbf08iNAMA=
56+
golang.org/x/crypto v0.21.0/go.mod h1:0BP7YvVV9gBbVKyeTG0Gyn+gZm94bibOW5BjDEYAOMs=
57+
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4=
58+
golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
59+
golang.org/x/mod v0.12.0 h1:rmsUpXtvNzj340zd98LZ4KntptpfRHwpFOHG188oHXc=
60+
golang.org/x/mod v0.12.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
61+
golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
62+
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg=
63+
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=
64+
golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c=
65+
golang.org/x/net v0.2.0/go.mod h1:KqCZLdyyvdV855qA2rE3GC2aiw5xGR5TEjj8smXukLY=
66+
golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs=
67+
golang.org/x/net v0.8.0/go.mod h1:QVkue5JL9kW//ek3r6jTKnTFis1tRmNAW2P1shuFdJc=
68+
golang.org/x/net v0.22.0 h1:9sGLhx7iRIHEiX0oAJ3MRZMUCElJgy7Br1nO+AMN3Tc=
69+
golang.org/x/net v0.22.0/go.mod h1:JKghWKKOSdJwpW2GEx0Ja7fmaKnMsbu+MWVZTokSYmg=
70+
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
71+
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
72+
golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
73+
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
74+
golang.org/x/sys v0.0.0-20191026070338-33540a1f6037/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
75+
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
76+
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
77+
golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
78+
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
79+
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
80+
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
81+
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
82+
golang.org/x/sys v0.2.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
83+
golang.org/x/sys v0.3.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
84+
golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
85+
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
86+
golang.org/x/sys v0.18.0 h1:DBdB3niSjOA/O0blCZBqDefyWNYveAYMNF1Wum0DYQ4=
87+
golang.org/x/sys v0.18.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
88+
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
89+
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
90+
golang.org/x/term v0.2.0/go.mod h1:TVmDHMZPmdnySmBfhjOoOdhjzdE1h4u1VwSiw2l1Nuc=
91+
golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k=
92+
golang.org/x/term v0.6.0/go.mod h1:m6U89DPEgQRMq3DNkDClhWw02AUbt2daBVO4cn4Hv9U=
93+
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
94+
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
95+
golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
96+
golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ=
97+
golang.org/x/text v0.4.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8=
98+
golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8=
99+
golang.org/x/text v0.8.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8=
100+
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
101+
golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
102+
golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc=
103+
golang.org/x/tools v0.6.0/go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU=
104+
golang.org/x/tools v0.13.0 h1:Iey4qkscZuv0VvIt8E0neZjtPVQFSc870HQ448QgEmQ=
105+
golang.org/x/tools v0.13.0/go.mod h1:HvlwmtVNQAhOuCjW7xxvovg8wbNq7LwfXh/k7wXUl58=
106+
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
107+
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
108+
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
109+
gopkg.in/warnings.v0 v0.1.2 h1:wFXVbFY8DY5/xOe1ECiWdKCzZlxgshcYVNkBHstARME=
110+
gopkg.in/warnings.v0 v0.1.2/go.mod h1:jksf8JmL6Qr/oQM2OXTHunEvvTAsrWBLb6OOjuVWRNI=
111+
gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
112+
gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ=
113+
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
v1.0.0
2+
v1.0.1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"Version":"v1.0.0","Time":"2023-06-20T06:39:01Z","Origin":{"VCS":"git","URL":"https://github.com/imdario/mergo","Ref":"refs/tags/v1.0.0","Hash":"131de815afc35a77c41ae99da6c8f4288b6cb513"}}

gopath/pkg/mod/cache/download/dario.cat/mergo/@v/v1.0.0.lock

Whitespace-only changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module dario.cat/mergo
2+
3+
go 1.13
4+
5+
require gopkg.in/yaml.v3 v3.0.1
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
h1:AGCNq9Evsj31mOgNPcLyXc+4PNABt905YmuqPYYpBWk=
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"Version":"v1.0.1","Time":"2024-08-17T20:16:10Z","Origin":{"VCS":"git","URL":"https://github.com/imdario/mergo","Ref":"refs/tags/v1.0.1","Hash":"59ea6a9cd9f9c60cb6b1c58476f76cd3172ccebf"}}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module dario.cat/mergo
2+
3+
go 1.13
4+
5+
require gopkg.in/yaml.v3 v3.0.1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
v0.5.2
2+
v0.6.1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
module github.com/Microsoft/go-winio
2+
3+
go 1.13
4+
5+
require (
6+
github.com/sirupsen/logrus v1.7.0
7+
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c
8+
)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"Version":"v0.6.1","Time":"2023-04-14T19:24:28Z","Origin":{"VCS":"git","URL":"https://github.com/Microsoft/go-winio","Ref":"refs/tags/v0.6.1","Hash":"070c828abb873da9e71c7247740253b50f7cf049"}}

gopath/pkg/mod/cache/download/github.com/!microsoft/go-winio/@v/v0.6.1.lock

Whitespace-only changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
module github.com/Microsoft/go-winio
2+
3+
go 1.17
4+
5+
require (
6+
github.com/sirupsen/logrus v1.9.0
7+
golang.org/x/sys v0.5.0
8+
golang.org/x/tools v0.6.0
9+
)
10+
11+
require golang.org/x/mod v0.8.0 // indirect
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migciow=
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v1.0.0
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"Version":"v1.0.0","Time":"2023-09-23T06:37:57Z","Origin":{"VCS":"git","URL":"https://github.com/ProtonMail/go-crypto","Ref":"refs/tags/v1.0.0","Hash":"afb1ddc0824ce0052d72ac0d6917f144a1207424"}}

gopath/pkg/mod/cache/download/github.com/!proton!mail/go-crypto/@v/v1.0.0.lock

Whitespace-only changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
module github.com/ProtonMail/go-crypto
2+
3+
go 1.13
4+
5+
require (
6+
github.com/cloudflare/circl v1.3.3
7+
golang.org/x/crypto v0.7.0
8+
)
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
h1:LRuvITjQWX+WIfr930YHG2HNfjR1uOfyf5vE0kC2U78=
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"Version":"v0.0.0-20200514113438-38f4b401e2be","Time":"2020-05-14T11:34:38Z"}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"Version":"v0.0.0-20160902184237-e75332964ef5","Time":"2016-09-02T18:42:37Z"}

gopath/pkg/mod/cache/download/github.com/armon/go-socks5/@v/v0.0.0-20160902184237-e75332964ef5.lock

Whitespace-only changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
v1.1.0
2+
v3.5.1+incompatible
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module github.com/blang/semver
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"Version":"v3.5.1+incompatible","Time":"2017-07-27T06:48:18Z"}

gopath/pkg/mod/cache/download/github.com/blang/semver/@v/v3.5.1+incompatible.lock

Whitespace-only changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module github.com/blang/semver
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
h1:cQNTCjp13qL8KC3Nbxr/y2Bqb63oX6wdnnjpJbkM4JQ=
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v4.0.0
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"Version":"v4.0.0","Time":"2020-05-24T15:15:11Z"}

gopath/pkg/mod/cache/download/github.com/blang/semver/v4/@v/v4.0.0.lock

Whitespace-only changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module github.com/blang/semver/v4
2+
3+
go 1.14
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
h1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM=
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v1.2.3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"Version":"v1.2.3","Time":"2023-03-16T16:56:11Z","Origin":{"VCS":"git","URL":"https://github.com/bwesterb/go-ristretto","Ref":"refs/tags/v1.2.3","Hash":"7c80df9e61a54045aedb2ccad99d1e636a4b4c90"}}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module github.com/bwesterb/go-ristretto
2+
3+
go 1.13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
v1.3.3
2+
v1.3.7
3+
v1.4.0
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
module github.com/cloudflare/circl
2+
3+
go 1.19
4+
5+
require (
6+
github.com/bwesterb/go-ristretto v1.2.3
7+
golang.org/x/crypto v0.3.1-0.20221117191849-2c476679df9a
8+
golang.org/x/sys v0.3.0
9+
)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"Version":"v1.3.7","Time":"2024-01-01T21:04:53Z","Origin":{"VCS":"git","URL":"https://github.com/cloudflare/circl","Ref":"refs/tags/v1.3.7","Hash":"c48866b3068dfa83721c021dec03c777ba91abab"}}

gopath/pkg/mod/cache/download/github.com/cloudflare/circl/@v/v1.3.7.lock

Whitespace-only changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
module github.com/cloudflare/circl
2+
3+
go 1.19
4+
5+
require (
6+
github.com/bwesterb/go-ristretto v1.2.3
7+
golang.org/x/crypto v0.17.0
8+
golang.org/x/sys v0.15.0
9+
)
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
h1:qlCDlTPz2n9fu58M0Nh1J/JzcFpfgkFHHX3O35r5vcU=
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"Version":"v1.4.0","Time":"2024-08-20T15:44:35Z","Origin":{"VCS":"git","URL":"https://github.com/cloudflare/circl","Ref":"refs/tags/v1.4.0","Hash":"c311e4685e7c83e5f127ac24a2195470da2ab490"}}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
module github.com/cloudflare/circl
2+
3+
go 1.21
4+
5+
require (
6+
github.com/bwesterb/go-ristretto v1.2.3
7+
golang.org/x/crypto v0.11.1-0.20230711161743-2e82bdd1719d
8+
golang.org/x/sys v0.10.0
9+
)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
v0.2.4
2+
v0.3.4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"Version":"v0.2.4","Time":"2023-09-06T05:01:30Z","Origin":{"VCS":"git","URL":"https://github.com/cyphar/filepath-securejoin","Ref":"refs/tags/v0.2.4","Hash":"2710d06c5b4ba3168beffa0689798d2db12e8ac4"}}

gopath/pkg/mod/cache/download/github.com/cyphar/filepath-securejoin/@v/v0.2.4.lock

Whitespace-only changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module github.com/cyphar/filepath-securejoin
2+
3+
go 1.13
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
h1:Ugdm7cg7i6ZK6x3xDF1oEu1nfkyfH53EtKeQYTC3kyg=
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"Version":"v0.3.4","Time":"2024-10-09T04:00:36Z","Origin":{"VCS":"git","URL":"https://github.com/cyphar/filepath-securejoin","Ref":"refs/tags/v0.3.4","Hash":"fd16ade2aea75ef1ad2b9e8144316f1931bd2df3"}}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
module github.com/cyphar/filepath-securejoin
2+
3+
go 1.21
4+
5+
require (
6+
github.com/stretchr/testify v1.9.0
7+
golang.org/x/sys v0.21.0
8+
)
9+
10+
require (
11+
github.com/davecgh/go-spew v1.1.1 // indirect
12+
github.com/pmezard/go-difflib v1.0.0 // indirect
13+
gopkg.in/yaml.v3 v3.0.1 // indirect
14+
)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
v1.1.0
2+
v1.1.1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module github.com/davecgh/go-spew
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"Version":"v1.1.1","Time":"2018-02-21T23:26:28Z"}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module github.com/davecgh/go-spew
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"Version":"v0.0.0-20230808193330-2592e75ae04a","Time":"2023-08-08T19:33:30Z","Origin":{"VCS":"git","URL":"https://github.com/elazarl/goproxy","Hash":"2592e75ae04ae4282011ea5c2c25f236451039b7"}}

gopath/pkg/mod/cache/download/github.com/elazarl/goproxy/@v/v0.0.0-20230808193330-2592e75ae04a.lock

Whitespace-only changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v1.18.1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"Version":"v1.18.1","Time":"2022-04-18T18:15:28Z"}

gopath/pkg/mod/cache/download/github.com/emirpasic/gods/@v/v1.18.1.lock

Whitespace-only changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module github.com/emirpasic/gods
2+
3+
go 1.2
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
h1:FXtiHYKDGKCW2KzwZKx0iC0PQmdlorYgdFG9jPXJ1Bc=

0 commit comments

Comments
 (0)