2024-04-09 04:25:36 +00:00
|
|
|
module git.janky.solutions/finn/lockserver
|
|
|
|
|
|
|
|
go 1.21.8
|
|
|
|
|
|
|
|
require (
|
2024-11-03 00:03:56 +00:00
|
|
|
github.com/failsafe-go/failsafe-go v0.6.9
|
2024-04-09 23:18:43 +00:00
|
|
|
github.com/google/uuid v1.6.0
|
2024-09-08 06:03:20 +00:00
|
|
|
github.com/gorilla/websocket v1.5.3
|
2024-09-08 07:03:36 +00:00
|
|
|
github.com/labstack/echo/v4 v4.12.0
|
2024-11-21 15:05:23 +00:00
|
|
|
github.com/pressly/goose/v3 v3.23.0
|
2024-04-09 04:25:36 +00:00
|
|
|
github.com/sirupsen/logrus v1.9.3
|
2024-11-16 12:03:45 +00:00
|
|
|
modernc.org/sqlite v1.34.1
|
2024-04-09 04:25:36 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2024-04-24 03:28:26 +00:00
|
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
|
|
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
|
2024-04-09 23:18:43 +00:00
|
|
|
github.com/labstack/gommon v0.4.2 // indirect
|
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
2024-04-09 04:25:36 +00:00
|
|
|
github.com/mfridman/interpolate v0.0.2 // indirect
|
2024-04-24 03:28:26 +00:00
|
|
|
github.com/ncruces/go-strftime v0.1.9 // indirect
|
|
|
|
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
2024-09-08 08:02:16 +00:00
|
|
|
github.com/sethvargo/go-retry v0.3.0 // indirect
|
2024-04-09 23:18:43 +00:00
|
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
|
|
github.com/valyala/fasttemplate v1.2.2 // indirect
|
2024-04-09 04:25:36 +00:00
|
|
|
go.uber.org/multierr v1.11.0 // indirect
|
2024-11-21 15:05:23 +00:00
|
|
|
golang.org/x/crypto v0.28.0 // indirect
|
|
|
|
golang.org/x/net v0.30.0 // indirect
|
|
|
|
golang.org/x/sync v0.9.0 // indirect
|
|
|
|
golang.org/x/sys v0.26.0 // indirect
|
|
|
|
golang.org/x/text v0.19.0 // indirect
|
2024-04-24 03:28:26 +00:00
|
|
|
modernc.org/gc/v3 v3.0.0-20240107210532-573471604cb6 // indirect
|
2024-09-08 08:02:16 +00:00
|
|
|
modernc.org/libc v1.55.3 // indirect
|
2024-04-24 03:28:26 +00:00
|
|
|
modernc.org/mathutil v1.6.0 // indirect
|
2024-09-08 08:02:16 +00:00
|
|
|
modernc.org/memory v1.8.0 // indirect
|
2024-04-24 03:28:26 +00:00
|
|
|
modernc.org/strutil v1.2.0 // indirect
|
|
|
|
modernc.org/token v1.1.0 // indirect
|
2024-04-09 04:25:36 +00:00
|
|
|
)
|