Skip to content

Commit

Permalink
--feat="Create go.mod"
Browse files Browse the repository at this point in the history
  • Loading branch information
ElvisWai committed Apr 25, 2023
1 parent 64bbb6c commit c44b99f
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
module github.com/ElvisWai/go-toolbox

go 1.18

require (
github.com/ClickHouse/clickhouse-go v1.5.4
github.com/jmoiron/sqlx v1.3.5
github.com/natefinch/lumberjack v2.0.0+incompatible
github.com/redis/go-redis/v9 v9.0.3
go.uber.org/zap v1.24.0
golang.org/x/net v0.9.0
)

require (
github.com/BurntSushi/toml v1.2.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/cloudflare/golz4 v0.0.0-20150217214814-ef862a3cdc58 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)

0 comments on commit c44b99f

Please sign in to comment.