File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- Copyright (c) 2020 Volatile Technologies Inc. All rights reserved.
1+ Copyright (c) 2025 Aaron Lefkowitz
22
33Redistribution and use in source and binary forms, with or without
44modification, are permitted provided that the following conditions are
Original file line number Diff line number Diff line change 44[ ![ GoDoc] ( https://img.shields.io/badge/godoc-reference-5272B4 )] ( https://pkg.go.dev/mod/github.com/aarondl/sqlboiler/v4 )
55[ ![ Slack] ( https://img.shields.io/badge/slack-%23general-lightgrey.svg )] ( https://sqlboiler.from-the.cloud )
66![ ActionsCI] ( https://github.com/aarondl/sqlboiler/workflows/test/badge.svg )
7- [ ![ Go Report Card] ( https://goreportcard.com/badge/volatiletech /sqlboiler )] ( http://goreportcard.com/report/volatiletech /sqlboiler )
7+ [ ![ Go Report Card] ( https://goreportcard.com/badge/aarondl /sqlboiler )] ( http://goreportcard.com/report/aarondl /sqlboiler )
88
99# Maintenance Mode
1010
Original file line number Diff line number Diff line change @@ -750,7 +750,7 @@ func (s *State) verifyModVersion() error {
750750 return fmt .Errorf (fmt .Sprintf ("could not read go.mod: %v" , err ))
751751 }
752752
753- re , err := regexp .Compile (`github\.com\/volatiletech \/sqlboiler\/v4 v(\d*\.\d*\.\d*)` )
753+ re , err := regexp .Compile (`github\.com\/aarondl \/sqlboiler\/v4 v(\d*\.\d*\.\d*)` )
754754 if err != nil {
755755 return fmt .Errorf (fmt .Sprintf ("failed to parse regexp: %v" , err ))
756756 }
You can’t perform that action at this time.
0 commit comments