Private
Public Access
1
0

Small error handling updates
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-10-22 16:28:24 -07:00
parent 1f5fae973f
commit f85f09ebcf
3 changed files with 36 additions and 21 deletions

2
go.mod
View File

@@ -2,7 +2,7 @@ module go.ntppool.org/data-api
go 1.21.3
replace github.com/samber/slog-echo => github.com/abh/slog-echo v0.0.0-20231023011242-479313afb549
replace github.com/samber/slog-echo => github.com/abh/slog-echo v0.0.0-20231024051244-af740639893e
require (
github.com/ClickHouse/clickhouse-go/v2 v2.14.3