go.mod and go.sum
parent
20689a3369
commit
a4951bf72e
|
@ -0,0 +1,9 @@
|
|||
module github.com/reiver/go-frameproto
|
||||
|
||||
go 1.20
|
||||
|
||||
require (
|
||||
sourcecode.social/reiver/go-erorr v0.0.0-20230922202459-231149d185a1
|
||||
sourcecode.social/reiver/go-htmlescape v0.0.0-20240213164123-853ab9c1e097
|
||||
sourcecode.social/reiver/go-opt v0.0.0-20240224175000-afc1a40c4b67
|
||||
)
|
|
@ -0,0 +1,6 @@
|
|||
sourcecode.social/reiver/go-erorr v0.0.0-20230922202459-231149d185a1 h1:wpnz4JicQBLWrgGphYBls7DysIFCcnWgDz/vce/sY8E=
|
||||
sourcecode.social/reiver/go-erorr v0.0.0-20230922202459-231149d185a1/go.mod h1:NFtd7fzEf0r6A6R7JXYZfayRhPaJy0zt/18VWoLzrxA=
|
||||
sourcecode.social/reiver/go-htmlescape v0.0.0-20240213164123-853ab9c1e097 h1:2Bp6FniwShUyeC72XqDEhLXGnk1yRk3FMFdk0UzOt0Q=
|
||||
sourcecode.social/reiver/go-htmlescape v0.0.0-20240213164123-853ab9c1e097/go.mod h1:5LNOIUUSekvkj4Kk+873bWrVfgAyzD+4aWahMeWbT+s=
|
||||
sourcecode.social/reiver/go-opt v0.0.0-20240224175000-afc1a40c4b67 h1:LU315YjZxmPvedaRZeNtZ+9A2tZIoWv/EWjU1h27FvE=
|
||||
sourcecode.social/reiver/go-opt v0.0.0-20240224175000-afc1a40c4b67/go.mod h1:O6WKM2UcKkheRT/dA6A2b1tW0m+WenSbxdcXE+idxzI=
|
Loading…
Reference in New Issue