The backend for the project formerly known as signet, now known as beignet.
Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- module github.com/imosed/signet
-
- go 1.19
-
- require (
- github.com/golang-jwt/jwt/v4 v4.4.3
- github.com/gorilla/mux v1.8.0
- github.com/gorilla/websocket v1.5.0
- github.com/pdrum/swagger-automation v0.0.0-20190629163613-c8c7c80ba858
- github.com/spf13/viper v0.0.0-20150621231900-db7ff930a189
- github.com/stellar/go v0.0.0-20221028081946-9308f9531041
- golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
- golang.org/x/net v0.0.0-20220225172249-27dd8689420f
- gorm.io/driver/postgres v1.4.5
- gorm.io/gorm v1.24.1
- )
-
- require (
- github.com/BurntSushi/toml v0.3.1 // indirect
- github.com/davecgh/go-spew v1.1.1 // indirect
- github.com/go-chi/chi v4.0.3+incompatible // indirect
- github.com/go-errors/errors v0.0.0-20150906023321-a41850380601 // indirect
- github.com/gorilla/schema v1.1.0 // indirect
- github.com/jackc/chunkreader/v2 v2.0.1 // indirect
- github.com/jackc/pgconn v1.13.0 // indirect
- github.com/jackc/pgio v1.0.0 // indirect
- github.com/jackc/pgpassfile v1.0.0 // indirect
- github.com/jackc/pgproto3/v2 v2.3.1 // indirect
- github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
- github.com/jackc/pgtype v1.12.0 // indirect
- github.com/jackc/pgx/v4 v4.17.2 // indirect
- github.com/jinzhu/inflection v1.0.0 // indirect
- github.com/jinzhu/now v1.1.4 // indirect
- github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
- github.com/kr/pretty v0.1.0 // indirect
- github.com/kr/text v0.1.0 // indirect
- github.com/labstack/echo v3.3.10+incompatible // indirect
- github.com/labstack/gommon v0.2.9 // indirect
- github.com/magiconair/properties v1.5.4 // indirect
- github.com/manucorporat/sse v0.0.0-20160126180136-ee05b128a739 // indirect
- github.com/mattn/go-colorable v0.1.6 // indirect
- github.com/mattn/go-isatty v0.0.12 // indirect
- github.com/mitchellh/mapstructure v0.0.0-20150613213606-2caf8efc9366 // indirect
- github.com/pkg/errors v0.9.1 // indirect
- github.com/pmezard/go-difflib v1.0.0 // indirect
- github.com/segmentio/go-loggly v0.5.1-0.20171222203950-eb91657e62b2 // indirect
- github.com/sirupsen/logrus v1.4.2 // indirect
- github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94 // indirect
- github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431 // indirect
- github.com/spf13/pflag v0.0.0-20161005214240-4bd69631f475 // indirect
- github.com/stellar/go-xdr v0.0.0-20211103144802-8017fc4bdfee // indirect
- github.com/stretchr/objx v0.4.0 // indirect
- github.com/stretchr/testify v1.8.0 // indirect
- github.com/valyala/bytebufferpool v1.0.0 // indirect
- github.com/valyala/fasttemplate v1.0.1 // indirect
- golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 // indirect
- golang.org/x/text v0.3.7 // indirect
- gopkg.in/yaml.v2 v2.2.8 // indirect
- gopkg.in/yaml.v3 v3.0.1 // indirect
- )
|