mirror of
https://github.com/fleetdm/fleet
synced 2026-05-14 12:38:41 +00:00
9 lines
133 B
Modula-2
9 lines
133 B
Modula-2
|
|
module github.com/remitly-oss/httpsig-go
|
||
|
|
|
||
|
|
go 1.21.4
|
||
|
|
|
||
|
|
require (
|
||
|
|
github.com/dunglas/httpsfv v1.0.2
|
||
|
|
github.com/google/go-cmp v0.7.0
|
||
|
|
)
|