Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,15 @@ require (
github.com/go-echarts/go-echarts v1.0.0
github.com/json-iterator/go v1.1.10
github.com/micro/go-micro v1.18.0 // indirect
github.com/pelletier/go-toml v1.7.0 // indirect
github.com/rakyll/statik v0.1.7
github.com/rocketlaunchr/dataframe-go v0.0.0-20210217092801-7a54a6d5685b
github.com/sirupsen/logrus v1.8.1
github.com/sony/sonyflake v1.0.0
github.com/spf13/cast v1.3.1
github.com/stretchr/testify v1.7.0
github.com/tidwall/gjson v1.7.4
go.mongodb.org/mongo-driver v1.5.1
go.mongodb.org/mongo-driver v1.8.3
go.uber.org/zap v1.16.0
gopkg.in/natefinch/lumberjack.v2 v2.0.0
)
Loading