Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
Remove unused buckets
Specify timestamp
  • Loading branch information
alpinskiy committed Oct 8, 2024
1 parent 578f177 commit d036dfa
Show file tree
Hide file tree
Showing 5 changed files with 479 additions and 190 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ jobs:
args: --timeout=10m --disable-all -E goimports
- uses: dominikh/[email protected]
with:
version: v0.4.7
install-go: false
- run: go test -v ./...
- run: go test -modfile=go_test.mod -v ./...
8 changes: 8 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
module github.com/vkcom/statshouse-go

go 1.19

require github.com/stretchr/testify v1.9.0

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
11 changes: 11 additions & 0 deletions go_test.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
module github.com/vkcom/statshouse-go

go 1.19

require github.com/stretchr/testify v1.9.0

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit d036dfa

Please sign in to comment.