diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2022-05-05 19:33:40 -0600 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2022-05-05 19:33:40 -0600 |
commit | 0277c0276715d326a4bcf2be37d2aec5982078f7 (patch) | |
tree | 8a419665f0c838a5676a8ed6e4a9d23c59059f3d /srv/go.mod | |
parent | 24e9541e02be403bd63d71979240377be2ecb122 (diff) |
Get rid of loggerFatalError
Diffstat (limited to 'srv/go.mod')
-rw-r--r-- | srv/go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ require ( github.com/google/uuid v1.3.0 github.com/gorilla/websocket v1.4.2 // indirect github.com/mattn/go-sqlite3 v1.14.8 - github.com/mediocregopher/mediocre-go-lib/v2 v2.0.0-beta.0 + github.com/mediocregopher/mediocre-go-lib/v2 v2.0.0-beta.0.0.20220506011745-cbeee71cb1ee github.com/mediocregopher/radix/v4 v4.0.0-beta.1.0.20210726230805-d62fa1b2e3cb // indirect github.com/rubenv/sql-migrate v0.0.0-20210614095031-55d5740dbbcc github.com/stretchr/testify v1.7.0 |