-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: cleanup dependencies to build in main package
- Loading branch information
Showing
2 changed files
with
1 addition
and
105 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,28 +1,5 @@ | ||
module github.com/glauth/glauth-sqlite | ||
|
||
go 1.18 | ||
go 1.21 | ||
|
||
require github.com/mattn/go-sqlite3 v1.14.15 | ||
|
||
require ( | ||
github.com/GeertJohan/yubigo v0.0.0-20190917122436-175bc097e60e // indirect | ||
github.com/arl/statsviz v0.4.0 // indirect | ||
github.com/boombuler/barcode v1.0.1 // indirect | ||
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815 // indirect | ||
github.com/fsnotify/fsnotify v1.4.9 // indirect | ||
github.com/glauth/glauth/v2 v2.1.1-0.20221018063649-e8fbd3f95839 // indirect | ||
github.com/go-logr/logr v0.4.0 // indirect | ||
github.com/go-sql-driver/mysql v1.5.0 // indirect | ||
github.com/gorilla/websocket v1.4.2 // indirect | ||
github.com/hydronica/toml v0.4.2 // indirect | ||
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a // indirect | ||
github.com/lib/pq v1.10.0 // indirect | ||
github.com/nmcclain/asn1-ber v0.0.0-20170104154839-2661553a0484 // indirect | ||
github.com/nmcclain/ldap v0.0.0-20210720162743-7f8d1e44eeba // indirect | ||
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7 // indirect | ||
github.com/pquerna/otp v1.3.0 // indirect | ||
github.com/yaegashi/msgraph.go v0.1.1-0.20200221123608-2d438cf2a7cc // indirect | ||
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect | ||
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect | ||
gopkg.in/amz.v3 v3.0.0-20201001071545-24fc1eceb27b // indirect | ||
) |