Skip to content
This repository has been archived by the owner on Apr 2, 2023. It is now read-only.

Commit

Permalink
fix import path
Browse files Browse the repository at this point in the history
  • Loading branch information
faceair committed Oct 24, 2020
1 parent 8190f29 commit db39e42
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 127 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/VictoriaMetrics/VictoriaLogs
go 1.14

require (
github.com/VictoriaMetrics/VictoriaMetrics v1.44.0-cluster.0.20201017103337-0093ee3cd904
github.com/VictoriaMetrics/VictoriaMetrics v1.44.0-cluster.0.20201020114246-0db7c2b50094
github.com/VictoriaMetrics/fastcache v1.5.7
github.com/VictoriaMetrics/metrics v1.12.3
github.com/cespare/xxhash/v2 v2.1.1
Expand Down
3 changes: 3 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,15 @@ github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
github.com/VictoriaMetrics/VictoriaMetrics v1.44.0-cluster.0.20201017103337-0093ee3cd904 h1:5YQwMWdDkpxSCJ1vDuB/4c4iMBdyna7dZH/tMmr5qJo=
github.com/VictoriaMetrics/VictoriaMetrics v1.44.0-cluster.0.20201017103337-0093ee3cd904/go.mod h1:ddCnEH76ZJjjykFqQcNLNnhh6iwZawjkS4XGsY5BJ9w=
github.com/VictoriaMetrics/VictoriaMetrics v1.44.0-cluster.0.20201020114246-0db7c2b50094 h1:mULnLkQSzXJKdnxmE6ZtK4wWghp9AMSm4ZNijeSLSBU=
github.com/VictoriaMetrics/VictoriaMetrics v1.44.0-cluster.0.20201020114246-0db7c2b50094/go.mod h1:ddCnEH76ZJjjykFqQcNLNnhh6iwZawjkS4XGsY5BJ9w=
github.com/VictoriaMetrics/fastcache v1.5.7 h1:4y6y0G8PRzszQUYIQHHssv/jgPHAb5qQuuDNdCbyAgw=
github.com/VictoriaMetrics/fastcache v1.5.7/go.mod h1:ptDBkNMQI4RtmVo8VS/XwRY6RoTu1dAWCbrk+6WsEM8=
github.com/VictoriaMetrics/fasthttp v1.0.7/go.mod h1:eaGv8oDDOWE8JQa6GgBgpCwjJhRxavmprtf2oWw8b3o=
github.com/VictoriaMetrics/metrics v1.12.2/go.mod h1:Z1tSfPfngDn12bTfZSCqArT3OPY3u88J12hSoOhuiRE=
github.com/VictoriaMetrics/metrics v1.12.3 h1:Fe6JHC6MSEKa+BtLhPN8WIvS+HKPzMc2evEpNeCGy7I=
github.com/VictoriaMetrics/metrics v1.12.3/go.mod h1:Z1tSfPfngDn12bTfZSCqArT3OPY3u88J12hSoOhuiRE=
github.com/VictoriaMetrics/metricsql v0.7.2 h1:ZdFPiA9Etrf3dow43IcPvLjPi5BYWIYj194wPKIhKfs=
github.com/VictoriaMetrics/metricsql v0.7.2/go.mod h1:ylO7YITho/Iw6P71oEaGyHbO94bGoGtzWfLGqFhMIg8=
github.com/allegro/bigcache v1.2.1-0.20190218064605-e24eb225f156 h1:eMwmnE/GDgah4HI848JfFxHt+iPb26b4zyfspmqY0/8=
github.com/allegro/bigcache v1.2.1-0.20190218064605-e24eb225f156/go.mod h1:Cb/ax3seSYIx7SuZdm2G2xzfwmv3TPSk2ucNfQESPXM=
Expand Down
69 changes: 0 additions & 69 deletions lib/flagutil/duration.go

This file was deleted.

57 changes: 0 additions & 57 deletions lib/flagutil/duration_test.go

This file was deleted.

0 comments on commit db39e42

Please sign in to comment.