Skip to content

Commit

Permalink
(feat) fix smooth bars on series
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincobain2000 committed May 17, 2024
1 parent ef04d9b commit 3f16392
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/fbiville/markdown-table-formatter v0.3.0
github.com/go-echarts/statsview v0.3.4
github.com/go-playground/validator v9.31.0+incompatible
github.com/kevincobain2000/instachart v1.0.19
github.com/kevincobain2000/instachart v1.0.20
github.com/labstack/echo/v4 v4.12.0
github.com/mcuadros/go-defaults v1.2.0
github.com/nao1215/markdown v0.4.0
Expand Down
4 changes: 2 additions & 2 deletions app/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ github.com/karrick/godirwalk v1.17.0 h1:b4kY7nqDdioR/6qnbHQyDvmA17u5G1cZ6J+CZXwS
github.com/karrick/godirwalk v1.17.0/go.mod h1:j4mkqPuvaLI8mp1DroR3P6ad7cyYd4c1qeJ3RV7ULlk=
github.com/kevincobain2000/go-badge v0.0.0-20240124060355-fd6eab96e50a h1:CkCV+A4oTpP+1jYEhe/rUJSvde3hK9wnYKqMmxAYP0c=
github.com/kevincobain2000/go-badge v0.0.0-20240124060355-fd6eab96e50a/go.mod h1:m9BzkaxwU4IfPQi9ko23cmuFltayFe8iS0dlRlnEWiM=
github.com/kevincobain2000/instachart v1.0.19 h1:kSnkvX+b2YqbXxmCfAaJylfQolLUPKwRk7JDa0z6jww=
github.com/kevincobain2000/instachart v1.0.19/go.mod h1:Bey/ZhZCD3jweAKwDXw5Jz9c9yJEJgW9HLjJTqXOZmw=
github.com/kevincobain2000/instachart v1.0.20 h1:pGhgXYE5rlhBHXqwIc1UBLhdOM/EkAnKPA9rzq3J7Ik=
github.com/kevincobain2000/instachart v1.0.20/go.mod h1:Bey/ZhZCD3jweAKwDXw5Jz9c9yJEJgW9HLjJTqXOZmw=
github.com/klauspost/compress v1.17.8 h1:YcnTYrq7MikUT7k0Yb5eceMmALQPYBW/Xltxn0NAMnU=
github.com/klauspost/compress v1.17.8/go.mod h1:Di0epgTjJY877eYKx5yC51cX2A2Vl2ibi7bDH9ttBbw=
github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=
Expand Down

0 comments on commit 3f16392

Please sign in to comment.