Skip to content

Commit

Permalink
fix: cleanup dependencies to build in main package
Browse files Browse the repository at this point in the history
  • Loading branch information
Fusion committed Dec 26, 2023
1 parent e8b3b6a commit f34a4de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 105 deletions.
25 changes: 1 addition & 24 deletions go.mod
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
)
81 changes: 0 additions & 81 deletions go.sum

This file was deleted.

0 comments on commit f34a4de

Please sign in to comment.