mirror of
https://codeberg.org/cunicu/cunicu.git
synced 2025-10-05 16:57:01 +08:00
14 lines
293 B
Modula-2
14 lines
293 B
Modula-2
// SPDX-FileCopyrightText: 2023 Steffen Vogel <post@steffenvogel.de>
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
module cunicu.li/cunicu/scripts
|
|
|
|
go 1.22.2
|
|
|
|
require (
|
|
github.com/google/go-github/v64 v64.0.0
|
|
golang.org/x/mod v0.21.0
|
|
)
|
|
|
|
require github.com/google/go-querystring v1.1.0 // indirect
|