Skip to content

Commit 7e6c9e1

Browse files
authored
Merge pull request #914 from CortexFoundation/dev
statik
2 parents 46136af + af11da8 commit 7e6c9e1

File tree

9 files changed

+30
-3
lines changed

9 files changed

+30
-3
lines changed

cmd/cortex/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import (
2929
"github.com/CortexFoundation/CortexTheseus/log"
3030
"github.com/CortexFoundation/CortexTheseus/metrics"
3131
"github.com/CortexFoundation/CortexTheseus/node"
32-
_ "github.com/CortexFoundation/CortexTheseus/statik"
32+
_ "github.com/CortexFoundation/statik"
3333
"github.com/arsham/figurine/figurine"
3434
gopsutil "github.com/shirou/gopsutil/mem"
3535
cli "gopkg.in/urfave/cli.v1"

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ go 1.16
55
require (
66
github.com/Azure/azure-storage-blob-go v0.8.1-0.20191213204130-762620a866ba
77
github.com/CortexFoundation/inference v0.0.0-20210119065113-cfd300c22e86
8+
github.com/CortexFoundation/statik v0.0.0-20210315012922-8bb8a7b5dc66
89
github.com/CortexFoundation/torrentfs v1.0.23-0.20210312032424-2ec30f482b4f
910
github.com/VictoriaMetrics/fastcache v1.5.8
1011
github.com/arsham/figurine v1.0.1
@@ -39,7 +40,6 @@ require (
3940
github.com/naoina/toml v0.1.2-0.20170918210437-9fafd6967416
4041
github.com/olekukonko/tablewriter v0.0.5-0.20200416053754-163badb3bac6
4142
github.com/peterh/liner v1.2.0
42-
github.com/rakyll/statik v0.1.7
4343
github.com/rjeczalik/notify v0.9.2
4444
github.com/rs/cors v1.7.0
4545
github.com/shirou/gopsutil v3.20.12-0.20201210134652-afe0c04c5d5a+incompatible

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ github.com/CortexFoundation/inference v0.0.0-20210119065113-cfd300c22e86 h1:gRoR
5555
github.com/CortexFoundation/inference v0.0.0-20210119065113-cfd300c22e86/go.mod h1:uioLPDl9WVs5BELuGw1SNzrsLYNDfjmzb25q4wTpHLk=
5656
github.com/CortexFoundation/merkletree v0.0.0-20210226031755-94f6423532ee h1:jfpPt8Ii/jb4FbANNMZ2jhTofPN2HBNh1fwn8mc7P+E=
5757
github.com/CortexFoundation/merkletree v0.0.0-20210226031755-94f6423532ee/go.mod h1:wEZt1PDFxLVO2NzqcAsP8CpeovOL4wL8n/1k3aEQ8M4=
58+
github.com/CortexFoundation/statik v0.0.0-20210315012922-8bb8a7b5dc66 h1:yJbN4DFvpStCShXOVxNV64aawsPqizLuXZhrnhCr2fY=
59+
github.com/CortexFoundation/statik v0.0.0-20210315012922-8bb8a7b5dc66/go.mod h1:AkjV4OECAskB9m6w+2e84F0Zcx7oZWEmHB3EKoaDXYk=
5860
github.com/CortexFoundation/torrentfs v1.0.13-0.20200623060705-ce027f43f2f8/go.mod h1:Ma+tGhPPvz4CEZHaqEJQMOEGOfHeQBiAoNd1zyc/w3Q=
5961
github.com/CortexFoundation/torrentfs v1.0.14-0.20200703071639-3fcabcabf274/go.mod h1:qnb3YlIJmuetVBtC6Lsejr0Xru+1DNmDCdTqnwy7lhk=
6062
github.com/CortexFoundation/torrentfs v1.0.20-0.20200810031954-d36d26f82fcc/go.mod h1:N5BsicP5ynjXIi/Npl/SRzlJ630n1PJV2sRj0Z0t2HA=

vendor/github.com/CortexFoundation/statik/.gitignore

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/CortexFoundation/statik/README.md

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/CortexFoundation/statik/go.mod

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/CortexFoundation/statik/go.sum

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ github.com/CortexFoundation/inference
1515
github.com/CortexFoundation/inference/synapse
1616
# github.com/CortexFoundation/merkletree v0.0.0-20210226031755-94f6423532ee
1717
github.com/CortexFoundation/merkletree
18+
# github.com/CortexFoundation/statik v0.0.0-20210315012922-8bb8a7b5dc66
19+
## explicit
20+
github.com/CortexFoundation/statik
1821
# github.com/CortexFoundation/torrentfs v1.0.23-0.20210312032424-2ec30f482b4f
1922
## explicit
2023
github.com/CortexFoundation/torrentfs
@@ -372,7 +375,6 @@ github.com/pkg/errors
372375
# github.com/pmezard/go-difflib v1.0.0
373376
github.com/pmezard/go-difflib/difflib
374377
# github.com/rakyll/statik v0.1.7
375-
## explicit
376378
github.com/rakyll/statik/fs
377379
# github.com/rjeczalik/notify v0.9.2
378380
## explicit

0 commit comments

Comments
 (0)