vendor: update bolt v1.3.1 -> etcd.io/bbolt v1.3.7

This commit is contained in:
mappu 2023-05-17 17:24:00 +12:00
parent 6b4c2cc208
commit 11003e010d
4 changed files with 5 additions and 3 deletions

View File

@ -8,8 +8,8 @@ import (
"os"
"time"
"github.com/boltdb/bolt"
"github.com/speps/go-hashids"
bolt "go.etcd.io/bbolt"
)
const (

View File

@ -10,8 +10,8 @@ import (
"strings"
"time"
"github.com/boltdb/bolt"
"github.com/mxk/go-flowrate/flowrate"
bolt "go.etcd.io/bbolt"
)
var SERVER_HEADER string = `contented/0.0.0-dev`

2
go.mod
View File

@ -2,9 +2,9 @@ module code.ivysaur.me/contented
require (
code.ivysaur.me/thumbnail v1.0.2
github.com/boltdb/bolt v1.3.1
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f
github.com/speps/go-hashids v1.0.0
go.etcd.io/bbolt v1.3.7
golang.org/x/sys v0.0.0-20180606202747-9527bec2660b // indirect
)

2
go.sum
View File

@ -10,6 +10,8 @@ github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f h1:y5//uYreIhSUg3J
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f/go.mod h1:ZdcZmHo+o7JKHSa8/e818NopupXU1YMK5fe1lsApnBw=
github.com/speps/go-hashids v1.0.0 h1:jdFC07PrExRM4Og5Ev4411Tox75aFpkC77NlmutadNI=
github.com/speps/go-hashids v1.0.0/go.mod h1:P7hqPzMdnZOfyIk+xrlG1QaSMw+gCBdHKsBDnhpaZvc=
go.etcd.io/bbolt v1.3.7 h1:j+zJOnnEjF/kyHlDDgGnVL/AIqIJPq8UoB2GSNfkUfQ=
go.etcd.io/bbolt v1.3.7/go.mod h1:N9Mkw9X8x5fupy0IKsmuqVtoGDyxsaDlbk4Rd05IAQw=
golang.org/x/image v0.0.0-20200618115811-c13761719519 h1:1e2ufUJNM3lCHEY5jIgac/7UTjd6cgJNdatjPdFWf34=
golang.org/x/image v0.0.0-20200618115811-c13761719519/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0=
golang.org/x/sys v0.0.0-20180606202747-9527bec2660b h1:5rOiLYVqtE+JehJPVJTXQJaP8aT3cpJC1Iy22+5WLFU=