mirror of
https://codeberg.org/cunicu/cunicu.git
synced 2025-09-26 21:01:14 +08:00
14 lines
298 B
Modula-2
14 lines
298 B
Modula-2
// SPDX-FileCopyrightText: 2023-2025 Steffen Vogel <post@steffenvogel.de>
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
module cunicu.li/cunicu/scripts
|
|
|
|
go 1.24.0
|
|
|
|
require (
|
|
github.com/google/go-github/v74 v74.0.0
|
|
golang.org/x/mod v0.27.0
|
|
)
|
|
|
|
require github.com/google/go-querystring v1.1.0 // indirect
|