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
1
MIT License
2
2
3
- Copyright (c) 2020 Christian Schneider (www.Christian-Schneider .net)
3
+ Copyright (c) 2020-2024 by Christian Schneider (christian-schneider .net) and the maintainer team of the project.
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1
1
module github.com/threagile/threagile
2
2
3
- go 1.23.4
3
+ go 1.23
4
4
5
5
require (
6
6
github.com/chzyer/readline v1.5.1
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ const (
71
71
VersionText = "Documentation: https://threagile.io\n " +
72
72
"Docker Images: https://hub.docker.com/r/threagile/threagile\n " +
73
73
"Sourcecode: https://github.com/threagile\n " +
74
- "License: Open-Source (MIT License)" +
74
+ "License: Open-Source (MIT License)\n " +
75
75
"Version: " + ThreagileVersion + " (%v)"
76
76
Examples = "Examples:\n \n " +
77
77
"If you want to create an example model (via docker) as a starting point to learn about Threagile just run: \n " +
You can’t perform that action at this time.
0 commit comments