1
0
mirror of https://github.com/Luzifer/nginx-sso-auth-supercookie.git synced 2024-09-19 08:52:58 +00:00
nginx-sso-auth-supercookie/go.mod

14 lines
463 B
Modula-2
Raw Normal View History

2019-02-23 18:26:11 +00:00
module nginx-sso-auth-supercookie
go 1.14
// MUST use the SAME code, so may not download the code itself
// but MUST reference to the original source code already compiled
replace github.com/Luzifer/nginx-sso => ../nginx-sso
2019-02-23 18:26:11 +00:00
require (
github.com/Luzifer/go_helpers/v2 v2.9.1 // Keep exactly the same version as nginx-sso
github.com/Luzifer/nginx-sso v0.0.0-00010101000000-000000000000
gopkg.in/yaml.v2 v2.2.4 // Keep exactly the same version as nginx-sso
2019-02-23 18:26:11 +00:00
)