REPOSITORY / ScuroNeko/SNekLog

Compare commits

DIFF REPOSITORY
2 Commits
Author SHA1 Message Date
ScuroNeko 6456d4d95d update package name to new domain 2026-03-30 00:02:39 +03:00
ScuroNeko 5d96c6fbae version bump 2026-03-17 15:41:00 +03:00
5 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -16,7 +16,7 @@ Russian version: [README_ru.md](README_ru.md)
## Installation ## Installation
```bash ```bash
go get git.nix13.pw/scuroneko/slog go get git.scuroneko.dev/scuroneko/slog
``` ```
## Quick start ## Quick start
@@ -27,7 +27,7 @@ package main
import ( import (
"log" "log"
"git.nix13.pw/scuroneko/slog" "git.scuroneko.dev/scuroneko/slog"
) )
func main() { func main() {
+2 -2
View File
@@ -16,7 +16,7 @@ English version: [README.md](README.md)
## Установка ## Установка
```bash ```bash
go get git.nix13.pw/scuroneko/slog go get git.scuroneko.dev/scuroneko/slog
``` ```
## Быстрый старт ## Быстрый старт
@@ -27,7 +27,7 @@ package main
import ( import (
"log" "log"
"git.nix13.pw/scuroneko/slog" "git.scuroneko.dev/scuroneko/slog"
) )
func main() { func main() {
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"bytes" "bytes"
"fmt" "fmt"
"git.nix13.pw/scuroneko/slog" "git.scuroneko.dev/scuroneko/slog"
) )
func main() { func main() {
+3 -3
View File
@@ -1,11 +1,11 @@
module git.nix13.pw/scuroneko/slog module git.scuroneko.dev/scuroneko/slog
go 1.25 go 1.26
require github.com/fatih/color v1.18.0 require github.com/fatih/color v1.18.0
require ( require (
github.com/mattn/go-colorable v0.1.14 // indirect github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect github.com/mattn/go-isatty v0.0.20 // indirect
golang.org/x/sys v0.40.0 // indirect golang.org/x/sys v0.42.0 // indirect
) )
+2 -2
View File
@@ -5,5 +5,5 @@ github.com/mattn/go-colorable v0.1.14/go.mod h1:6LmQG8QLFO4G5z1gPvYEzlUgJ2wF+stg
github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY= github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=
github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y= github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.40.0 h1:DBZZqJ2Rkml6QMQsZywtnjnnGvHza6BTfYFWY9kjEWQ= golang.org/x/sys v0.42.0 h1:omrd2nAlyT5ESRdCLYdm3+fMfNFE/+Rf4bDIQImRJeo=
golang.org/x/sys v0.40.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks= golang.org/x/sys v0.42.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=