all repos

onasty @ 445822d

a one-time notes service
1 files changed, 1 insertions(+), 1 deletions(-)
chore: update go version
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2025-03-29 14:24:51 +0200
Authored at: 2025-03-27 22:54:30 +0200
Parent: 972c2b8
M go.mod
ยทยทยท
        1
        1
         module github.com/olexsmir/onasty

      
        2
        2
         

      
        3
        
        -go 1.22.3

      
        
        3
        +go 1.24

      
        4
        4
         

      
        5
        5
         require (

      
        6
        6
         	github.com/gin-gonic/gin v1.10.0