-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
173 additions
and
132 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,66 +1,65 @@ | ||
module gitlab.com/pluja/blogo | ||
|
||
go 1.20 | ||
go 1.21 | ||
|
||
toolchain go1.21.3 | ||
|
||
require ( | ||
github.com/alecthomas/chroma/v2 v2.2.0 | ||
github.com/alecthomas/chroma/v2 v2.12.0 | ||
github.com/dgraph-io/badger/v4 v4.2.0 | ||
github.com/dustin/go-humanize v1.0.1 | ||
github.com/fsnotify/fsnotify v1.6.0 | ||
github.com/go-chi/chi v1.5.4 | ||
github.com/go-chi/chi/v5 v5.0.10 | ||
github.com/fsnotify/fsnotify v1.7.0 | ||
github.com/go-chi/chi v1.5.5 | ||
github.com/go-chi/chi/v5 v5.0.12 | ||
github.com/go-chi/cors v1.2.1 | ||
github.com/gorilla/feeds v1.1.1 | ||
github.com/gorilla/feeds v1.1.2 | ||
github.com/joho/godotenv v1.5.1 | ||
github.com/nbd-wtf/go-nostr v0.19.5 | ||
github.com/redis/go-redis/v9 v9.0.5 | ||
github.com/rs/cors v1.9.0 | ||
github.com/rs/zerolog v1.30.0 | ||
github.com/yuin/goldmark v1.5.5 | ||
github.com/nbd-wtf/go-nostr v0.28.6 | ||
github.com/rs/cors v1.10.1 | ||
github.com/rs/zerolog v1.32.0 | ||
github.com/yuin/goldmark v1.7.0 | ||
github.com/yuin/goldmark-highlighting/v2 v2.0.0-20230729083705-37449abec8cc | ||
github.com/yuin/goldmark-meta v1.1.0 | ||
gopkg.in/yaml.v2 v2.4.0 | ||
gorm.io/datatypes v1.2.0 | ||
) | ||
|
||
require ( | ||
github.com/btcsuite/btcd/btcec/v2 v2.2.0 // indirect | ||
github.com/btcsuite/btcd/btcutil v1.1.3 // indirect | ||
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 // indirect | ||
github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect | ||
github.com/btcsuite/btcd/btcutil v1.1.5 // indirect | ||
github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0 // indirect | ||
github.com/cespare/xxhash/v2 v2.2.0 // indirect | ||
github.com/decred/dcrd/crypto/blake256 v1.0.0 // indirect | ||
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect | ||
github.com/decred/dcrd/crypto/blake256 v1.0.1 // indirect | ||
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect | ||
github.com/dgraph-io/ristretto v0.1.1 // indirect | ||
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect | ||
github.com/dlclark/regexp2 v1.7.0 // indirect | ||
github.com/go-sql-driver/mysql v1.7.0 // indirect | ||
github.com/dlclark/regexp2 v1.10.0 // indirect | ||
github.com/go-sql-driver/mysql v1.7.1 // indirect | ||
github.com/gobwas/httphead v0.1.0 // indirect | ||
github.com/gobwas/pool v0.2.1 // indirect | ||
github.com/gobwas/ws v1.2.0 // indirect | ||
github.com/gobwas/ws v1.3.2 // indirect | ||
github.com/gogo/protobuf v1.3.2 // indirect | ||
github.com/golang/glog v1.0.0 // indirect | ||
github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/golang/glog v1.2.0 // indirect | ||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/golang/snappy v0.0.4 // indirect | ||
github.com/google/flatbuffers v1.12.1 // indirect | ||
github.com/google/flatbuffers v23.5.26+incompatible // indirect | ||
github.com/jinzhu/inflection v1.0.0 // indirect | ||
github.com/jinzhu/now v1.1.5 // indirect | ||
github.com/josharian/intern v1.0.0 // indirect | ||
github.com/klauspost/compress v1.12.3 // indirect | ||
github.com/kr/pretty v0.3.1 // indirect | ||
github.com/klauspost/compress v1.17.7 // indirect | ||
github.com/mailru/easyjson v0.7.7 // indirect | ||
github.com/mattn/go-colorable v0.1.12 // indirect | ||
github.com/mattn/go-isatty v0.0.14 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/puzpuzpuz/xsync v1.5.2 // indirect | ||
github.com/tidwall/gjson v1.14.4 // indirect | ||
github.com/puzpuzpuz/xsync/v3 v3.0.2 // indirect | ||
github.com/tidwall/gjson v1.17.1 // indirect | ||
github.com/tidwall/match v1.1.1 // indirect | ||
github.com/tidwall/pretty v1.2.0 // indirect | ||
go.opencensus.io v0.22.5 // indirect | ||
golang.org/x/exp v0.0.0-20221106115401-f9659909a136 // indirect | ||
golang.org/x/net v0.7.0 // indirect | ||
golang.org/x/sys v0.6.0 // indirect | ||
google.golang.org/protobuf v1.28.1 // indirect | ||
gorm.io/driver/mysql v1.4.7 // indirect | ||
gorm.io/gorm v1.24.7-0.20230306060331-85eaf9eeda11 // indirect | ||
github.com/tidwall/pretty v1.2.1 // indirect | ||
go.opencensus.io v0.24.0 // indirect | ||
golang.org/x/exp v0.0.0-20240213143201-ec583247a57a // indirect | ||
golang.org/x/net v0.21.0 // indirect | ||
golang.org/x/sys v0.17.0 // indirect | ||
google.golang.org/protobuf v1.32.0 // indirect | ||
gorm.io/driver/mysql v1.5.4 // indirect | ||
gorm.io/gorm v1.25.7 // indirect | ||
) |
Oops, something went wrong.