mirror of
https://github.com/dstotijn/go-notion.git
synced 2025-06-12 23:57:35 +02:00
9 lines
140 B
Modula-2
9 lines
140 B
Modula-2
module github.com/dstotijn/go-notion
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.5.5
|
|
github.com/sanity-io/litter v1.5.5 // indirect
|
|
)
|